Altera_Forum
Honored Contributor
16 years agoproblem with NIOS simulation
Hi,
I am trying to simulate a system thorugh SoPC builder. The system consists of a NIOS II and my custom processor. The project is created in quartus, system generated in SoPC builder and contents for memory simulation generated by IDE. After all these steps, when I press the tab " run simulator" in sopc builder, I get following errors in modelsim while runinng the macros:# -- Compiling architecture europa of test_bench# vsim +nowarnTFMPC -t ps test_bench # ** Note: (vsim-3812) Design is being optimized...# ** Error: $sim/myprocessor_0.vhd(82): Bad default binding for component instance "myprocessor_0 : myprocessor".# (Component port "reset" is not on the entity.)# ** Warning: [1] $sim/myprocessor_0.vhd(82): (vopt-3473) Component instance "myprocessor_0 : myprocessor_0" is not bound.# ** Error: $sim/processor_0.vhd(802): Vopt Compiler exiting Could you please help me out in getting rid of this problem?