Forum Discussion
Altera_Forum
Honored Contributor
14 years ago16-bit processor design
Ok, pretty basic question here, i know that Altera has all kinds of tutorials so I'm just asking for a redirect to the correct ones. I have a project in Quartus II where I have designed a very ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- You should start by using Modelsim. That'll allow you to use non-synthesizeable constructs, like reading instructions from a file. Did you create your processor using VHDL or Verilog? Cheers, Dave --- Quote End --- I have been using ModelSim to input instructions, but they are all hardcoded in and I would ultimately like to be able to load a basic assembly program onto the board and have it execute. Any advice on how to go from testing with input/output pins to being able to use custom assembly instructions?