Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
sarah23
Posts: 20
Registered: ‎02-02-2011
0

serial commuication in system generator as co-hardware simluation

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 ?

Moderator
nathanx
Posts: 135
Registered: ‎08-01-2007
0

Re: serial commuication in system generator as co-hardware simluation

 

 

Whats's the specific serial communication you are looking for?

Visitor
sarah23
Posts: 20
Registered: ‎02-02-2011
0

Re: serial commuication in system generator as co-hardware simluation

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 ...?