Forum Discussion
Altera_Forum
Honored Contributor
16 years ago[vhdl] artificial neural network
Hello, I'm interested in neural networks currently :) I've written some basic ANN implementation in java with ADELINE neurons. (Actually, this is only the background of the problem) I'd lik...
Altera_Forum
Honored Contributor
11 years agoIf you start modelsim from Quartus, you will have to run the analysis and synthesis. This checks for problems in your design. Then, when you run modelsim you only simulate. The list of devices is given for people who have such a device or are making hardware for that specific chip. When installing (or downloading I don't remember wich) it gives you an option to download the device families of your choice. I use the web edition and can compile witout problems for my cyclone IV.
Also there are multiple ways of simulating. I usually simulate at RTL level. At this point it just simulates the code and operations' propagation delays are not taken into account. I assume, but others may tell me wrong, that gate level does have p-delays.