7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
# 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>
|
|
|