Re: [myhdl-list] conversion filename?
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-02-17 14:39:54
|
SHEN Chen <shenchen <at> cogenda.com> writes: > > You can do this: > > toVerilog.timescale = '1ns/1ps' > toVerilog.name = 'moduleA' > toVerilog(rtl_moduleA, chain) > > It's in the reference section in the manual : > http://docs.myhdl.org/en/latest/manual/reference.html > > shenchen > > <snip> Yes, partially as the *name* is treated as a single argument. In my (special Qsys) case the argument would be *directory-path/filename* so we would have to split that up. But I could have saved me the code to change the entity names, I'll change that. Maybe add a directory atrribute in the toVHDL() code? Regards, Josy |