Forum Discussion

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

nios II program to enable counter

Hi

i have dumped counter circuit on DE2 board( cyclone II) i want to enable this counter using Nios II . can any one help me in writing nios program to enable this counter

thank you

2 Replies

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

    You have to make an "interface" between Qsys or SOPC and your counter. Take a PIO (Parallel Input Output) component in Qsys or SOPC.

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

    --- Quote Start ---

    You have to make an "interface" between Qsys or SOPC and your counter. Take a PIO (Parallel Input Output) component in Qsys or SOPC.

    --- Quote End ---

    thanks for your reply ...i will try doing that