File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66# Parse and lower the Ibex and specification RTL. LOWRISC_SAIL_SRC is replaced in Makefile.
77read_slang --top top -DSYNTHESIS -DYOSYS \
8- -F build/fusesoc/default-vcs/lowrisc_ibex_ibex_formal_0.1.scr \
8+ -F build/fusesoc/lowrisc_ibex_ibex_formal_0.1/ default-vcs/lowrisc_ibex_ibex_formal_0.1.scr \
99 build/ibexspec.sv spec/stub.sv spec/spec_api.sv check/peek/alt_lsu.sv check/top.sv \
1010 -I LOWRISC_SAIL_SRC/lib/sv/ --single-unit --no-proc
1111setattr -set keep 1 n:\\* # Keep all named wires. FIXME: Is this still necessary?
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set_prove_cache_mode coi
1616set_prove_per_property_time_limit 10s
1717
1818# Load all Ibex RTL, using the filelist generated by fusesoc
19- analyze -sv12 +define+SYNTHESIS -f_relative_to_file_location build/fusesoc/default-vcs/lowrisc_ibex_ibex_formal_0.1.scr
19+ analyze -sv12 +define+SYNTHESIS -f_relative_to_file_location build/fusesoc/lowrisc_ibex_ibex_formal_0.1/ default-vcs/lowrisc_ibex_ibex_formal_0.1.scr
2020
2121set sail_lib_dir $env(LOWRISC_SAIL_SRC) /lib/sv
2222analyze -sv12 -incdir $sail_lib_dir build/ibexspec.sv
You can’t perform that action at this time.
0 commit comments