Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

how to write sdc constraints for asynchronous memory?

If we dont have any clock or reset,how to write constraints for asynchronous memory?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Asynchronous memory access doesn't expose a clock signal, but the master actually does use it to generate the strobe signals (CS, WR, RD ...)1

    Or maybe do you mean you have a completely combinatorial design? In this case it would be hard to write any contraint.