- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
serial commuicati on in system generator as co-hardwar e simluation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-22-2011 12:31 AM
does system generator supports serial communcation during co-hardware simulation ...if it does then how...?
or using black-box and using UART code in them will do the job correctly ?
Re: serial commuicati on in system generator as co-hardwar e simluation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2011 10:04 PM
Whats's the specific serial communication you are looking for?
Re: serial commuicati on in system generator as co-hardwar e simluation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2011 11:59 PM
i want to send 32bit binary value to a module in such a way that when i press ascii characters on keyboard a particular 32bit output will be given to a module
e.g
i press "l w" =====> data_out = { 6'd35, 5'd0, 5'd2, 16'd4 }
"sw" =====> data_out = { 6'd43, 5'd0, 5'd5, 16'd0 }
also i want to check output from another module using hyper terminal ...is it possible ...?











