URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
64 |
olivier.gi |
|
2 |
|
|
|
3 |
|
|
new_design -name "design_fpga" -family "<DEVICE_FAMILY>" -path {.} -block "off"
|
4 |
|
|
|
5 |
|
|
set_device -die "<DEVICE_NAME>" \
|
6 |
|
|
-package "484 FBGA" \
|
7 |
|
|
-speed "<SPEED_GRADE>"
|
8 |
|
|
|
9 |
|
|
import_source -format "edif" -edif_flavor "GENERIC" {./rev_1/design_files.edn} \
|
10 |
|
|
-format "sdc" -scenario "Primary" {../design_files.sdc} \
|
11 |
|
|
-merge_physical "no" -merge_timing "yes"
|
12 |
|
|
|
13 |
|
|
compile -pdc_abort_on_error "on" -pdc_eco_display_unmatched_objects "off" -pdc_eco_max_warnings 10000 \
|
14 |
|
|
-demote_globals "off" -demote_globals_max_fanout 12 -promote_globals "off" \
|
15 |
|
|
-promote_globals_min_fanout 200 -promote_globals_max_limit 0 -localclock_max_shared_instances 12 \
|
16 |
|
|
-localclock_buffer_tree_max_fanout 12 -combine_register "off" -delete_buffer_tree "off" \
|
17 |
|
|
-delete_buffer_tree_max_fanout 12 -report_high_fanout_nets_limit 10
|
18 |
|
|
|
19 |
|
|
layout -timing_driven -placer_high_effort "on" -seq_opt "on"
|
20 |
|
|
|
21 |
|
|
report -type "timer" -format "TEXT" -analysis "max" -print_summary "yes" \
|
22 |
|
|
-use_slack_threshold "no" -print_paths "yes" -max_paths 5 -max_expanded_paths 1 \
|
23 |
|
|
-include_user_sets "no" -include_pin_to_pin "yes" -select_clock_domains "no" \
|
24 |
|
|
{./report_timing_max.txt}
|
25 |
|
|
|
26 |
|
|
report -type "status" \
|
27 |
|
|
{./report_status.txt}
|
28 |
|
|
|
29 |
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.