Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQsys Address Mapping Query
I have a Qsys design in which NIOS II data master is connected to Avalon slave of peripheral (Stepper driver). Here the width of the address bus of the peripheral is 3-bits. So, when I assign base ad...
Altera_Forum
Honored Contributor
10 years agoI just now checked the hw.tcl of the peripheral. I do not see "SYMBOLS" in the file. I have pasted below the code in hw.tcl :
add_interface_port s1 s_cs chipselect Input 1 add_interface_port s1 s_address address Input 3 add_interface_port s1 s_read read Input 1 add_interface_port s1 s_readdata readdata Output 32 add_interface_port s1 s_write write Input 1 add_interface_port s1 s_writedata writedata Input 32