Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVerify Failed in Nios II
I keep getting some variant of the following message: --- Quote Start --- Using cable "USB-Blaster [USB-0]", device 1, instance 0x01 Processor is already paused Reading System ID ...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- This should be sufficient to hardcode the pin high: output wire reconfig_req_n; assign reconfig_req_n = 1'b1; --- Quote End --- Thanks, BadOmen, I agree with your tip, but I was looking for some way to do this in a transparent mode for the code. Please follow my thoughts. Regardless of a developent kit that supports Nios or not, if I want to implement a simple truth table in my development board, one of the possible ways to do this is:
- write my truth table HDL code and compile it;
- go o pin planner, perform a pin association with my logic inputs and outputs and compile my code again; and
- download my .sof to the board.