Re: [myhdl-list] TypeError: concat: inappropriate argument type: <type 'long'>
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-04-10 08:04:50
|
> OK. I went back to a project that actually has the entity written in MyHDL and tried to write a testbench for it. There are two issues:1. It "simulates" in that "<class 'myhdl._SuspendSimulation'>: Simulated 2000 timesteps" is written to the console, but no simulation appears. It deos create a vcd file though which I can convert to wlf to view in modelsim. Just out of curiosity, even though it's not smart to trust that simulation, how would I automate the viewing of that vcd file so I don't have to go through so many steps to view the waveform? I do everything in Eclipse: Pydev for Python/MyHDL development, Sigasi for inspecting the VHDL code (and now and then write some new VHDL ...) and Impulse (toem.de) to view the vcd file. Other extensions/plugins for Lua, C/C++, Tcl, Markdown, ... Regards, Josy |