- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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).
コピーされたリンク
0 返答(返信)
