- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page