Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I solved the problem using your tasks. Thanks, Dave. --- Quote End --- Great! --- Quote Start --- And I have another question. This custom component has an Avalon conduit interface connecting a LSI. I read the Conduit BFM section, and didn't find the right function. Can you tell me how to set the values of signals from the LSI? --- Quote End --- Don't use their test_bench() module, use your own. Lets say your design is called sopc_system, then sopc_system.v contains a module called test_bench() at the end of it. Copy the contents of that testbench into your top-level testbench, and adjust the path to the BFM accordingly. Then drive or read the conduit interfaces on the sopc_system module directly. Cheers, Dave