Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOr just define the hardware register layout in a .h file of your own - exactly the same way as you would if writing a driver for a physical device.
The only thing you really need from the SOPC system is the base address - and if your projects are reasonably similar you can probably use a common(ish) base address. The 'automatic' base address assigments I've seen failed to partition the devices into sane groupings - much easier for debug (etc).