Forum Discussion
Altera_Forum
Honored Contributor
21 years ago*NEWBIE* User Logic
Hello, I created a very simple user logic. I takes the input, adds 1 to it and write it to the output. timescale 1ns / 100ps
module mytestmodule (
// inputs:
address,...
Altera_Forum
Honored Contributor
21 years agoBadOmen's suggestion requires that you try building a basic Nios II standalone application using Altera's HAL.
In fact, I think that might be a better way to go to test out your hardware first before jumping into Linux. Try taking a look at some of their hello world examples to start off with... I think they also have some PIO examples which should give you a good starting point as well...