URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
[/] [s1_core/] [trunk/] [tools/] [src/] [build_dc.cmd] - Diff between revs 80 and 81
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 80 |
Rev 81 |
Line 1... |
Line 1... |
|
|
# The Tcl script under $S1_ROOT/tools/src/build_dc.cmd is attached at the end of the filelist for DC;
|
# The Tcl script under $S1_ROOT/tools/src/build_dc.cmd is attached at the end of the filelist for DC;
|
# if you modify this file *REMEMBER* to run 'update_filelist' or you'll run the old version!!!
|
# if you modify this file *REMEMBER* to run 'update_filelist' or you'll run the old version!!!
|
|
|
elaborate s1_top
|
elaborate s1_top
|
link
|
link
|
uniquify
|
uniquify
|
check_design
|
check_design
|
flatten s1_top
|
|
|
|
# Constraints
|
# Constraints
|
|
|
create_clock -name "sys_clock_i" -period 4.0 -waveform {0 1.0} [get_ports "sys_clock_i"]
|
create_clock -name "sys_clock_i" -period 4.0 -waveform {0 2.0} [get_ports "sys_clock_i"]
|
set_dont_touch_network [get_clocks "sys_clock_i"]
|
set_dont_touch_network [get_clocks "sys_clock_i"]
|
set_input_delay 2.50 -max -rise -clock "sys_clock_i" [get_ports "sys_reset_i"]
|
set_input_delay 2.50 -max -rise -clock "sys_clock_i" [get_ports "sys_reset_i"]
|
set_input_delay 2.50 -max -fall -clock "sys_clock_i" [get_ports "sys_reset_i"]
|
set_input_delay 2.50 -max -fall -clock "sys_clock_i" [get_ports "sys_reset_i"]
|
set_output_delay 2.50 -clock sys_clock_i -max -rise [all_outputs]
|
set_output_delay 2.50 -clock sys_clock_i -max -rise [all_outputs]
|
set_output_delay 2.50 -clock sys_clock_i -max -fall [all_outputs]
|
set_output_delay 2.50 -clock sys_clock_i -max -fall [all_outputs]
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.