From 5ba06fd947113563e67af012c10cbd15f2bba766 Mon Sep 17 00:00:00 2001 From: C77874 Date: Thu, 4 Jul 2024 10:33:59 -0700 Subject: [PATCH] another typo --- techlibs/microchip/tests/mac/mac.ys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/microchip/tests/mac/mac.ys b/techlibs/microchip/tests/mac/mac.ys index cb22ad49d..f8a0c45c5 100644 --- a/techlibs/microchip/tests/mac/mac.ys +++ b/techlibs/microchip/tests/mac/mac.ys @@ -18,7 +18,7 @@ read_verilog mac.v # run the synth flow, specifies top module and additional parameters -synticrochip -top mac -abc9 -family polarfire -noiopad +synth_microchip -top mac -abc9 -family polarfire -noiopad # write final outputfile write_verilog -noexpr mac.vm