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 ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- Because Linux don't have IORD nor IOWR ...[/b] --- Quote End --- Actually Linux does have such facility, but with different names. to read and write from device memory: readx can be b, w, or l. Please check linux header file io.h.