Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblem in creating a custom SOPC device driver
Hi. I created a SOPC custom component. It's a FIFO. I want to add it to a NIOS project. In doing so, I need to write a driver. I'm reading the paper "Developing Device Drivers for the Hardware ...
Altera_Forum
Honored Contributor
15 years agoYou probably don't need to write anything that is explicitly a 'driver' (unless ou are planning to run linux - but then you need a linux driver).
In particular you can really ignore anything to do with a HAL - it will just slow down your code! For a simple project your 'main' function can directly access the io registers of your custom vhdl.