Skip to content

Commit 7032df0

Browse files
towoerswarbrick
authored andcommitted
[formal] Read Verilog files in Yosys
All files read at this point should be Verilog and not SystemVerilog. Do not use the SystemVerilog specifier for reading files.
1 parent e1eaa1c commit 7032df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

formal/riscv-formal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $(GEN_V): $(OUTDIR)%.v: $(SRC_DIR)%.sv $(PKGS) | $(OUTDIR)
7272
# Combine multiple Verilog sources into one Ibex Verilog file
7373
# Disable "M" extension
7474
$(IBEX_OUT): $(GEN_V) $(PRIM_CLOCK)
75-
yosys -p "read_verilog -sv $(PRIM_CLOCK) $(GEN_V)" \
75+
yosys -p "read_verilog $(PRIM_CLOCK) $(GEN_V)" \
7676
-p "chparam -set RV32M 0 ibex_top" \
7777
-p "chparam -set WritebackStage $(IBEX_ENABLE_WB) ibex_top" \
7878
-p "synth -top ibex_top" \

0 commit comments

Comments
 (0)