aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/yosys/synth_sim.ys
blob: b64e7e129ed30f3a1745813e450b5e98b959c866 (plain)
1
2
3
4
5
6
7
# yosys synthesis script for post-synthesis simulation (make test_synth)

read_verilog picorv32.v
chparam -set ENABLE_IRQ 1 -set ENABLE_MUL 1 picorv32_axi
hierarchy -top picorv32_axi
synth
write_verilog synth.v