Closed nyuichi closed 9 years ago
@ucbjrl it appears width_ = None for node d Should assigning to a literal be disallowed (I think so) or should the width be assigned? Perhaps both? Im surprised it isn't already defined if declared with UInt( width = ...), should it be?
I wrote the following (illegal) code because I didn't figure out how to use wires and found that this causes java.lang.StackOverflowError. It should be better raising a saner error by checking if wires are properly declared and used.