moiri / streamix-c

compiler for Streamix
GNU General Public License v2.0
0 stars 0 forks source link

Nested Nets #9

Closed moiri closed 8 years ago

moiri commented 8 years ago

When writing something like net A {}{ box A() on fa }

it seems that the scope is messed up and the ports of box A are also checked in net A

moiri commented 8 years ago

from the code: in order to add the 'this' instance to the instance table we need to get the declaration of the net before we put another scope on the stack

moiri commented 8 years ago

There seem to be further problems with nested nets in hierarchy.test