[myhdl-list] Re: no write pipe to myhdl
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2005-08-04 19:08:25
|
nicran wrote: > Hi, Jan, > > I got the following error message when using myhdl as HVL to > co-simulate with verilog. The simulation result is correct. But this > error message is quite annoying. Could you give me an explanation how > to avoid this message? > > Thanks a lot! > > ERROR: no write pipe to myhdl This indicates a fundamental problem with pipe creation or with passing them to the simulator process through environment variables. The simulator is supposed to exit immediately when the pipe is not found, so I don't understand how a simulation result could be correct. What is your platform and what simulator are you using? Jan -- Jan Decaluwe - Resources bvba - http://jandecaluwe.com Losbergenlaan 16, B-3010 Leuven, Belgium Using Python as a hardware description language: http://jandecaluwe.com/Tools/MyHDL/Overview.html |