Skip to content

Commit 4ee44ee

Browse files
committed
Attempt slang fix
1 parent ef8701e commit 4ee44ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_yosys_slang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
2020

2121
bender script flist-plus -t synthesis -t synth_test > ./slang.flist
2222

23-
$YOSYS -m slang -p "read_slang -f slang.flist; hierarchy -top axi_synth_bench; exit"
23+
$YOSYS -m slang -p "read_slang -f slang.flist --allow-use-before-declare --ignore-unknown-modules --keep-hierarchy --top axi_synth_bench; hierarchy; exit"

0 commit comments

Comments
 (0)