Forum Discussion

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

Schematic project, rom clock!

Hello! I am making a little project with blocks and everything else, a schematic project. (Quartus II 8.1 web edition)

I am using the lpm_rom. I would like to use a memory that with one clock gets the address and output the result, is there a solution for this? I am getting some troubles to synchronize my system, but this would be a good solution.

Thank you!

1 Reply

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

    lpm_rom can be operated with registered address and unregistered output, this means a latency of one clock cycle between address input and data output. Is this what you intend? Asynchronous (no-latency) operation isn't provided.