Forum Discussion
Altera_Forum
Honored Contributor
12 years agoShare variables between verilog file and niosII application file(.c file)
Hello, I am trying to do a small concept where in I have created a project on DE2-115 board. In the same project, I have also implemented niosII processor and written a simple program to toggle th...
Altera_Forum
Honored Contributor
12 years agoI created a variable in HDL by using "reg [15:0] SharedVar;"
But can you please tell me how to define a pointer to the base address of the MM slave and how to add 0x80000000 to the pointer address for uncached access thanks