Re: [myhdl-list] tristates and inout ports at the top level
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2013-02-07 17:19:18
|
On 2/7/2013 10:00 AM, Jose Ignacio Villar wrote: > Hi all! > First of all I'd like to apologise if this subject has already been > discussed. I googled and searched this mailing list for a solution to my > problem and I couldn't find any answer to it. > It is about tristates in the top level of my design. Is it possible in > MyHDL? > I have integrated a memory controller which one of his ports is > input/output, and it has to reach outside of the top level since it is used > to communicate with the off-chip memory. The integration of this controller > is done through user defined verilog code. > I read the toVerilog converter but i couldn't find any place where inout > ports are generated. > > Thanks in advance, > Jose. > This thread/example might help: http://thread.gmane.org/gmane.comp.python.myhdl/2224/focus=2227 Regards, Chris |