- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am a beginner with altera products. I am working with the DE0 development kit and am trying to implement a Nios II processor but am having troubles with understanding how C code works with the verilog code. For example, I am working with a project in which I stream data to a VGA display. This works fine without the processor. When I add the processor I try to pass data in and then right back out in the hopes of getting the same response as prior to using the processor (See code below). However, the image is distorted. How can I synchronize the hardware with the processor? Any help would be greatly appreciated!! Thanks, Tiff // obtain data from FPGA gray = IORD_ALTERA_AVALON_PIO_DATA(I_DATA_BASE); //output data to FPGA IOWR_ALTERA_AVALON_PIO_DATA(O_DATA_BASE,gray);Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page