[myhdl-list] return instances(), processes()
Brought to you by:
jandecaluwe
|
From: George P. <ge...@ga...> - 2005-11-04 14:39:18
|
Hi all,
I have some functions that contain both instances and processes.
I'd like to be able to return all of them simply by doing "return
instances(), processes()". However, this doesn't work, and I have to
return all the elements manually. Is there some other way to accomplish
this?
Thanks,
George
|