Skip to content

Commit e577fa5

Browse files
authored
Merge pull request #5 from zeroasiccorp/remove_dupe_synth
Remove duplicate synth
2 parents 86129de + 9689e45 commit e577fa5

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)