Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Custom 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 i...