forked from Github_Repos/cvw
added false path for data critical muxes
This commit is contained in:
parent
c46fbf2260
commit
310f55b6b7
@ -74,6 +74,9 @@ if { $saifpower == 1 } {
|
||||
if {$drive != "INV"} {
|
||||
set_false_path -from [get_ports reset]
|
||||
}
|
||||
if {(($::env(DESIGN) == "ppa_mux2_1") || ($::env(DESIGN) == "ppa_mux4_1") || ($::env(DESIGN) == "ppa_mux8_1"))} {
|
||||
set_false_path -from {s}
|
||||
}
|
||||
|
||||
# Set Frequency in [MHz] or period in [ns]
|
||||
set my_clock_pin clk
|
||||
|
Loading…
Reference in New Issue
Block a user