We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee44ee commit c097ea8Copy full SHA for c097ea8
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 --allow-use-before-declare --ignore-unknown-modules --keep-hierarchy --top axi_synth_bench; hierarchy; exit"
+$YOSYS -m slang -p "read_slang -f slang.flist --allow-use-before-declare --ignore-unknown-modules --keep-hierarchy --top axi_synth_bench; hierarchy"
0 commit comments