Namespace Manager Bug
emonlux opened this issue · 1 comments
emonlux commented
Unable to generate a TMR netlist
ValueError: Applying name would result in a naming conflict
namespace_manager -> init.py
Line 107 - if parent and parent in self.namespaces:
possible fix - if parent and element in self.namespaces:
emonlux commented
This issue is actually in spydrnet not tmr