Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyou dont need any project. You can compile the code yourself. The fixed_pkg is part of the IEEE library, so you may need to edit your code a little to reflect this, but you can compile with:
vcom neuron.vhdl -2008 vcom LATANN_top.vhdl vcom your_vhdl_testbench.vhd vsim your_vhdl_testbench run 1us (or however long you want the sim to run for) I made a 10ns clock in my quick testbench. I didnt crete waveforms, I just created a clock, reset in VHDL and connected all the inputs to "0000000001", and enable to 1.