Skip to content

Commit c097ea8

Browse files
committed
fix slang
1 parent 4ee44ee commit c097ea8

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 --allow-use-before-declare --ignore-unknown-modules --keep-hierarchy --top axi_synth_bench; hierarchy; 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"

0 commit comments

Comments
 (0)