mirror of https://github.com/YosysHQ/picorv32.git
synth_speed
This commit is contained in:
parent
91deccd3a1
commit
41918ee265
|
@ -0,0 +1,5 @@
|
|||
set_global_assignment -name DEVICE ep4ce40f29c7
|
||||
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
||||
set_global_assignment -name TOP_LEVEL_ENTITY picorv32_axi
|
||||
set_global_assignment -name VERILOG_FILE ../../../picorv32.v
|
||||
set_global_assignment -name SDC_FILE ../synth_speed.sdc
|
|
@ -0,0 +1 @@
|
|||
create_clock -period 2.5 [get_ports clk]
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
read_verilog ../../picorv32.v
|
||||
read_xdc synth_speed.xdc
|
||||
|
||||
synth_design -part xc7k70t-fbg676 -top picorv32_axi
|
||||
opt_design
|
||||
place_design
|
||||
phys_opt_design
|
||||
route_design
|
||||
|
||||
report_utilization
|
||||
report_timing
|
||||
|
Loading…
Reference in New Issue