Skip to content

Commit 9689e45

Browse files
committed
Remove duplicate synth
1 parent 86129de commit 9689e45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/synthesis/yosys_template.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ read_slang -f {{ cmdfile }} --top {{ top }}
66
# Check design hierarchy and set top module
77
hierarchy -check -top {{ top }} # Replace 'top' with your top module name
88

9-
# Generic synthesis
10-
synth -top {{ top }}
11-
12-
# Technology mapping
9+
# FPGA synthesis + technology mapping
1310
synth_ice40 -top {{ top }}
1411

1512
# Get stats

0 commit comments

Comments
 (0)