Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to get data from the screen in Verilog code?

Status
Not open for further replies.

bobobano

Newbie level 5
Joined
Mar 6, 2008
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,361
greetings all,

I'm writing some code in verilog and was wondering, is there an way I can get data from the screen (similar to getch(); in 'C')?
 

Re: get data from screen

greetings all,

I'm writing some code in verilog and was wondering, is there an way I can get data from the screen (similar to getch(); in 'C')?

getch() function gets a character from the input stream not from the screen(display).
You can design something to read from the screen by reading the video memory/frame buffer.
I did some similar thing in on DOS and C but regarding VERILOG I have no Idea.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top