2015-06-30 07:46:25 +08:00
|
|
|
# yosys synthesis script for post-synthesis simulation (make test_synth)
|
|
|
|
|
|
|
|
read_verilog picorv32.v
|
2016-12-15 19:48:57 +08:00
|
|
|
chparam -set COMPRESSED_ISA 1 -set ENABLE_MUL 1 -set ENABLE_DIV 1 \
|
|
|
|
-set ENABLE_IRQ 1 -set ENABLE_TRACE 1 picorv32_axi
|
2015-06-30 07:46:25 +08:00
|
|
|
hierarchy -top picorv32_axi
|
|
|
|
synth
|
|
|
|
write_verilog synth.v
|