a curioius problem about $display and manipulating console

K

Ken

Guest
Hi guys:

I am doing a LCD display module to simulate the real LCD.

I have faced 2 interesting problems. Can someone body help me ?

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?

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?

I am very grateful for your answer.

Ken
 

Welcome to EDABoard.com

Sponsor

Back
Top