mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
14 lines
359 B
Tcl
14 lines
359 B
Tcl
|
|
read_verilog ../../picorv32.v
|
|
read_verilog synth_area_top.v
|
|
read_xdc synth_area.xdc
|
|
|
|
synth_design -part xc7k70t-fbg676 -top picorv32_axi
|
|
# synth_design -part xc7k70t-fbg676 -top top_small
|
|
# synth_design -part xc7k70t-fbg676 -top top_regular
|
|
# synth_design -part xc7k70t-fbg676 -top top_large
|
|
opt_design -resynth_seq_area
|
|
|
|
report_utilization
|
|
# report_timing
|
|
|