added constrain template
This commit is contained in:
6
constraints/eevr.ucf
Normal file
6
constraints/eevr.ucf
Normal file
@ -0,0 +1,6 @@
|
||||
# FIFO clock crossing for streaming interface:
|
||||
# constrain to have less delay than one clock cycle of the faster clock:
|
||||
|
||||
set_max_delay -datapath_only -from <ClkA> -to <ClkB> <faster_clock_period>
|
||||
set_max_delay -datapath_only -from <ClkB> -to <ClkA> <faster_clock_period>
|
||||
|
Reference in New Issue
Block a user