Forum Discussion
Altera_Forum
Honored Contributor
14 years agoQuestion about defining a Custom component in Sopc builder
Hi, I'm trying to build a custom component in Sopc builder to insert it in a Nios2 system...but whole procedure is not completely clear for me...!!! I don't understand if the registers to map on...
Altera_Forum
Honored Contributor
14 years agohey, sorry for leaving you alone.
actually, customaddress[0] is not memory, this is customIP itself. as long as you don't do anything in customaddress[0], it returns unstable value(normally zero). but it returns 0x10 which means this customIP stores value and returns the value again as HDL logic. printf shows the value to your console. once you get how to send / receive data to customIP, you can send data to your hardware logic. also get result from it as easy as writing C-source. but also you get result as fast as FPGA's limitation. do you think my description get what you want?