Re: [myhdl-list] ExtractHierarchyError
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-07-01 01:50:17
|
On 6/30/12 3:50 PM, Wesley New wrote: > I am getting this error when running the toVerilog method: > > raise ExtractHierarchyError(_error.InconsistentToplevel % > (top_inst.level, name)) > myhdl.ExtractHierarchyError: Inconsistent top level 2 for toplevel - > should be 1 > > Can anyone shed some more light on this error. > > Thanks > > Wes I haven't run across this particular error before. My guess is either, some how, to functions were sent for the top-level (??) or not all the generators were returned. Regards, Chris |