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 agoCreating a reg variable is fine, I did this
reg [31:0] SharedVar; But Can you kindly tell me how to define a pointer to the base address of the MM slave and, add 0x80000000 to the pointer address for uncached access.