pluto_hdl_adi/projects/fmcjesdadc1/a5gt/system_timing.tcl

12 lines
229 B
Tcl
Raw Normal View History

2014-04-01 15:46:37 +00:00
package require ::quartus::flow
2014-04-01 16:01:57 +00:00
project_open fmcjesdadc1_a5gt
2014-04-01 15:46:37 +00:00
execute_module -tool fit
create_timing_netlist
2014-04-01 16:01:57 +00:00
read_sdc system_constr.sdc
2014-04-01 15:46:37 +00:00
update_timing_netlist
2014-04-01 16:01:57 +00:00
report_timing -detail path_only -npaths 20 -file timing_impl.log
2014-04-01 15:46:37 +00:00