Forum Discussion
Altera_Forum
Honored Contributor
11 years agoEmbedded Linux and HAL
Hello, I'd like to make a question about the peripheral when Linux is installed on a FPGA with NIOS. If I want to access to a peripheral register, I think that I have to make a driver in a Linux m...
Altera_Forum
Honored Contributor
11 years agoRegisters are just memory mapped locations. If you have an address, and it's mapped in kernel address space (see device driver tutorials) you can access your device as you would any other. Just make sure your FPGA logic supports the access types you are using in your driver.