ad9739a: constraints

main
Rejeesh Kutty 2015-01-08 10:25:45 -05:00
parent ed73a9d1cf
commit 63633a0fa5
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
set_false_path -from [get_cells *d_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}] \
-to [get_cells *up_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}]
set_false_path -from [get_cells *up_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}] \
-to [get_cells *d_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}]