- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Post questions on this forum regarding Altera's University Program materials. These materials include:
- de1/de2 development and education boards (http://university.altera.com/materials/unv-dev-edu-boards.html)
- altera monitor program (http://university.altera.com/materials/software/unv-monitor.html)
- hardware and software tutorials (http://university.altera.com/materials/unv-lab-manual.html)
- digital logic and computer organization laboratory exercises (http://university.altera.com/materials/unv-lab-manual.html)
- ip cores designed for the de1/de2 boards (http://university.altera.com/materials/unv-ip-cores.html)
Link Copied
9 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you please help me out on the lab_4 exercise in computer organization laboratory exercises. I prefer not to write in assembly, so using C to write the application program for it. Its a DE2 board.
If anyone could please help me out with a solution. code: # include<stdio.h> //define timerr (char *) 0x00011000 define jtag_uart_cnt (char *) 0x00011024 define jtag_uart_data ( char *) 0x00011020 int main(){ char x; int x2; while(1){ *jtag_uart_cnt=0xfffff; if(*jtag_uart_cnt>0){ printf("write data to jtag_uart\n"); scanf("%s",x); x2=(int)x; *jtag_uart_data=x2; printf("sucessfully written to jtag data register\n"); } } return 1; }- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- de1/de2 development and education boards (http://university.altera.com/materials/unv-dev-edu-boards.html)
- altera monitor program (http://university.altera.com/materials/software/unv-monitor.html)
- hardware and software tutorials (http://university.altera.com/materials/unv-lab-manual.html)
- digital logic and computer organization laboratory exercises (http://university.altera.com/materials/unv-lab-manual.html)
- ip cores designed for the de1/de2 boards (http://university.altera.com/materials/unv-ip-cores.html)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for correct links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
its super helpful having those links here!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The link for the ip cores doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- http://www.altera.com/education/univ/materials/boards/unv-dev-edu-boards.html http://www.altera.com/education/univ/software/monitor/unv-monitor.html http://www.altera.com/education/univ/materials/manual/unv-lab-manual.html http://www.altera.com/education/univ/materials/unv-legacy-ip-cores.html --- Quote End --- updated ip cores link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx.
The IP link works now.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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