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 21:16:11
|
Jan, Thank you for your reply. I don't want to confuse how I use the word module. A circuit module, like an op-amp or A/D converter is also known as a circuit block. Let me refer to it in this discussion as a circuit block. So we write a MyHDL model of an Op-Amp circuit block, and that model contains a module for its digital controls (like PowerDown) and separate modules for its bias, power supply and signal inputs? Bob P. -----Original Message----- From: Jan Decaluwe [mailto:ja...@ja...] Sent: Thursday, January 22, 2015 4:08 PM To: myh...@li... Subject: Re: [myhdl-list] Is there something in MyHDL equivalent to Verilog's OOMR? On 01/21/2015 11:45 PM, Robert Peruzzi wrote: > MyHDL is the tool of choice of my new client - for digital design and > verification. My task is to use MyHDL for modeling analog and > mixed-signal blocks, and tie them into a full chip and its testbench. > To do so, I need to find the MyHDL equivalent of Verilog's "out of > module reference" (OOMR). After a few hours searching, I have not > found it. Assuming the signals are special so that you can plan for them, you could put them in a separate module, and import that module wherever you need those signals. Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com ---------------------------------------------------------------------------- -- 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 |