mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
10 lines
259 B
Tcl
10 lines
259 B
Tcl
read_verilog ../../picorv32.v
|
|
read_verilog synth_area_top.v
|
|
read_xdc synth_area.xdc
|
|
|
|
synth_design -part xc7k70t-fbg676 -top top_large
|
|
opt_design -sweep -propconst -resynth_seq_area
|
|
opt_design -directive ExploreSequentialArea
|
|
|
|
report_utilization
|
|
report_timing
|