Altera_Forum
Honored Contributor
14 years agoCustom Component Address Mapping
I have a custom component with a 8 bit ADDRESS bus. it is mapped in my hdl code this way :
.... if (read & (address==8'h01)) readdata<=2; .... In my SOPC builder system it is mapped this way : base:0x00000000 end:0x000000ff I've done several tests and found out that when I perfrom an IORD action, my custom component does't get the right address. Is there any problem with the different size of address buses of Nios and my custom component? Plz help me :(