Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - VHDL Newline using write

 
Thread Tools Search this Thread
Old 06-11-2009, 12:04 AM   #1
Question VHDL Newline using write


Hello,

Could anyone please let me know how I could insert multiple newline characters using the VHDL write(line, string) command ? That is, the equivalent of multiple \n characters as used in Verilog in $display.

I am working on Ubuntu 9.04 OS.

I tried the following but none seem to work :

1) write(line, string & LF);

2) write(line, string);
writeline(output, line);
writeline(output, some_line);

thanks,

Manoj


mmishra
mmishra is offline   Reply With Quote
Old 06-11-2009, 04:49 AM   #2
mmishra
Junior Member
 
Join Date: Jun 2009
Posts: 3
Default
Hello,

After trying many more combinations, I believe that somehow the character LF is not defned in the libraries I have.

I am using ghdl to compile, on Ubuntu 9.04.

Does anyone know how I could resolve this problem ?

thanks,

Manoj


mmishra
mmishra is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to burn (write) ISO file to CD/DVD disc westenroad Software 6 06-27-2009 08:21 AM
Disc is write protected error message o Gunners o Hardware 0 03-02-2008 07:36 PM
Is it Possible to write dat files to dvd ? Levis DVD Video 1 06-11-2007 08:02 AM
Next Problem: Random HDD Write Errors Dave Hardenbrook A+ Certification 3 10-02-2006 05:38 AM
"Failed To Set Write Parameters!" Bubba Do Wah Ditty DVD Video 0 05-19-2004 09:06 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46