Altera_Forum
Honored Contributor
13 years agoModelSim AE vs SE and "transcript file xxx"
I have some difficulties with ModelSim AE. My goal is to open a read/write channel between ModelSim and an external program. This works fine with ModelSim SE and it's done as follow:
in "my_macro.do" : fconfigure $MyChannel -blocking 0 -buffering line fileevent $MyChannel readable "readMe $MyChannel" transcript file $MyChannel OK. From this point,- With both ModelSim, if I type "puts $MyChannel string", the string is correctly sent to $MyChannel.
- with ModelSim SE : the transcript is correctly redirected to $MyChannel.
- with ModelSim AE, a file called $MyChannel is created. The value of this variable is always filexxxxxxx (file with 7 hexadecimal digit).