Re: [myhdl-list] TypeError: concat: inappropriate argument type: <type 'long'>
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-04-07 16:50:02
|
On 07/04/15 17:36, Tony Stark wrote: > TL;DR I'm trying to us MyHDL only to generate a testbench in VHDL, for > an entity not written in MyHDL, for use in modelsim. How do I do that? Oh, use the vhdl_code attribute. Check the API here: http://docs.myhdl.org/en/latest/manual/conversion.html See https://github.com/hgomersall/Veriutils/blob/master/veriutils/hdl_blocks.py for an example of it being used. Cheers, Henry |