Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAfter creating a new project in ModelSim Altera, in a new folder.
I created a library called ieee_proposedfor the two imported files (fixed_pkg_c.vhdl fixed_float_types_c.vhdl) used withmy vhdl files (neuron.vhdl). The steps to create the library ieee_proposed is as follow: vlib ieee_proposed vmap ieee_proposed ./ieee_proposed vcom -work ieee_proposed ./fixed_pkg_c.vhdl ./fixed_float_types_c.vhdl Then, after importing the vhdl files to my project, I used the "Order option" to solve the dependencies in compilation. I compiled. The simulation occurs normaly, but the output always goes to "0000000001". Compilation results in modelsim: http://puu.sh/6jti0/b1b1dcd9c3.png ModelSim: simulation: http://puu.sh/6juh2/e8e0c8cf9d.png Until here, in resume, all the problem was due to the compilation using the modelSim (I didnt know how to do it). Now I will try to solve the "output="0000000001" going ever" problem :D. Thank you very much Tricky. I will post my results.