vhdl textio and escape sequences

O

Olaf Petzold

Guest
Hi,

how can I write something like this:

use std.textio.all;
....
write(L, string'("static const char* const version = \"$Revision$\";")
& LF);

where L is of type line.

Thanks,
Olaf
 
Olaf Petzold wrote:

how can I write something like this:
write(L, string'("static const char* const version = \"$Revision$\";")
use "" instead of \"

-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top