Re: [myhdl-list] Is there something in MyHDL equivalent to Verilog's OOMR?
Brought to you by:
jandecaluwe
From: Robert P. <bpe...@xt...> - 2015-01-22 14:57:56
|
Thank you for responding, Chris. Bob P. -----Original Message----- From: Christopher Felton [mailto:chr...@gm...] Sent: Wednesday, January 21, 2015 7:53 PM To: myh...@li... Subject: Re: [myhdl-list] Is there something in MyHDL equivalent to Verilog's OOMR? On 1/21/2015 4:45 PM, Robert Peruzzi wrote: > Today I heard the word "MyHDL" for the first time! <snip> > > Is there something in MyHDL equivalent to OOMR? What is it called? The short answer is no. But I am not sure I exactly follow what you want to do. Do you want to access signals/variables in the Python/MyHDL environment? Or do you want to dig down into the Verilog simulation from Python/MyHDL (cosimulation)? If it is the first, there might be a simple utility function you can build to do what you want. If it is that later, no tool exists to support this. You can manually export (import?) each signal to the Python environment. Regards, Chris Felton ---------------------------------------------------------------------------- -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ myhdl-list mailing list myh...@li... https://lists.sourceforge.net/lists/listinfo/myhdl-list |