Altera_Forum
Honored Contributor
12 years agoQsys- BFM Testbench causing add_connection error
Hello- I'm having difficulties generating a testbench in Qsys. I have a system, comprised of a custom model, several altera stream test generator/checkers, and a few exported signals (among them, clock, reset, 3 register busses, and a custom conduit). I'm able to generate simulation and synthesis files, but after adding the UniPHY SDRAM DDR3 controller, I'm unable to generate the testbench necessary to fully test the system.
Despite having no problem generating simulation and synthesis files, I recieve aError: add_connection tb_m08_s_inst_ss_reset_in_bfm.reset tb_m08_s_inst_m08_top_0_p_rx_ns_bfm.: No interface named tb_m08_s_inst_m08_top_0_p_rx_ns_bfm.. error when generating the testbench (Standard, BFM for standard Avalon Interfaces; simulation model is either none or verilog). The custom conduit mentioned is the m08_top_0_p_rx_ns mentioned, and shouldn't be associated with the ss_reset mentioned (though they do share a commom clock). Can anyone explain why it's happening/what's wrong, and just as importantly, how to fix it? This is on Qsys 12.1sp1 Build 243, by the way. The custom component is in VHDL, and the simulation model is set to VHDL as well. Thanks for taking a look! bluefreq