We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8701e commit 4ee44eeCopy full SHA for 4ee44ee
scripts/run_yosys_slang.sh
@@ -20,4 +20,4 @@ ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
20
21
bender script flist-plus -t synthesis -t synth_test > ./slang.flist
22
23
-$YOSYS -m slang -p "read_slang -f slang.flist; hierarchy -top axi_synth_bench; exit"
+$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