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
|
|
|
|