Re: [myhdl-list] Testbench problems
Brought to you by:
jandecaluwe
From: Terry B. <tt...@gm...> - 2011-04-20 14:49:15
|
Christopher Felton <chris.felton <at> gmail.com> writes: > > Make your "tasks" generators and then use yield test_readit() > > Hope that helps. > Chris Felton > > Thank you! I now have it working. I am somewhat experienced with Python and this is my first attempt to use MyHdl for production purposes. I plan of developing modules in MyHdl, testing using the unittest framework, then converting to verilog and using that verilog in my higher level design. Terry Brown |