Forum Discussion

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

circular buffer

hello,

I am trying to realize a circular buffer in verilog, could someone help me?

1 Reply

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

    Hi,

    A little (obvious) help :

    Some registers which are loaded with a circular index.

    index is

    "0001",

    after "0010",

    after "0100",

    after "1000",

    after "0001"

    load buffer 1 = index(1)

    load buffer 2 = index(2)

    ...