Altera_Forum
Honored Contributor
15 years agosimulation from schematic file
Hello,
I test Quartus II 10.0 web edition (SP1) and the native link with Modelsim-Altera. I created a counter in a vhdl file and integrated it in a schematic file (bdf) ; because i find that it is a more easier way to create electronic parallel systems. There is no problem or error with the compilation process As it is write in the Quartus documentation, i transformed the graphic file in vhdl using the create hdl design file from current file menu. I writed a vhdl file for the test bench, and the run simulation (menu tools/run eda simulation tools/ eda rtl simulation). The modelsim result is # Loading std.standard# Loading ieee.std_logic_1164(body)# Loading work.test_commande(a_test)# ** Warning: (vsim-3473) Component instance "inst_com : commande" is not bound. And the result is that the numerical outpout does not change. I attach a zip with the different files:- Top-level file (commande .bdf) and converted one : commande .vhd
- included file : compteur.vhd (which is converted to obtain a symbol file for the graphic file
- bench-mark file : test_commande.vhd
- the project file