Altera_Forum
Honored Contributor
14 years agoHow to specify timing constraints between 2 memory ports
I have a design with 2 memory read ports (M1 and M2) connected as follows
M1 ---> combinational-gates----> M2 i.e. M1's data out feeds the address of M2. M1 and M2 are clocked by the outputs of a counter so I know exactly how much delay is allowed between the data launch at M1 and capture at M2. I don't know how to constrain this in SDC. Can I do this: 1. call M1 and M2's clocks as exclusive or unrelated 2. set_max_delay -from M1's data-out -to M2's inputs <my-known-value> Will quartus report if it cannot place the gates to honor my constraint?