mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
added false path for data critical muxes
This commit is contained in:
parent
fcf1cb794e
commit
fbd384680e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue