Forum Discussion

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

Avalon interface verification problem

Hello good people, I have a test program which is simply some procedure to write data in avalon master bfm and will read it in an avalon slave bfm. The compilation is done without any error but in the simulation result it is not writing the data to avalon master bfm according to the test program. Can you please take a look and tell me what could be the problem here? Here I attach my relevant files.

Thanks in advance.

3 Replies

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

    If these are two separate BFMs, they should have two separate BFM IDs. You are using 0 for both. That's one issue. I don't know if it's the main issue you have but it could be.

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

    Hi, Thanks for the reply. I changed the BFMM ID as they are separate. But still same problem exists. I think there are a causal link i am missing to write the data into master. It would be nice if you can take a look one more time and if find any other problem.

    Thanks in advance.