questions about $display

K

Ken

Guest
Hi Everyone:

We are simulate a LCD by LCD module programmed in verilog.

I have few doubts in Verilog.Could you please clear
them.

1.When we use two display statements in a code the
values in the display
statement will be printed into two different
lines.Is there any way to display
the values side by side.
Eg: $display("xxxxx")
$display("yyyyy")
we will get the output as xxxxx
yyyyy
Can we display the output as xxxxxyyyyy using
the display? (it means we do not want to add "\n")

2.One more question is that can we change the output
printed in the Console.
I mean if we first get the ABC as an output in the
Console.Is there any way to
delete the character C so that we can change the
output in the Console like
the real LCD.
if we get the output as ABC and if we press
backspace the ouput will change to
AB in a real LCD.Can we do the similar way in the
Console?

Thanks

Ken
 
You just asked this two days ago and a couple of people already
answered!

David
 

Welcome to EDABoard.com

Sponsor

Back
Top