byuccl / spydrnet-tmr

TMR utilities for the SpyDrNet project
https://byuccl.github.io/spydrnet-tmr/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Namespace Manager Bug #14

Closed emonlux closed 2 years ago

emonlux commented 2 years ago

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 2 years ago

This issue is actually in spydrnet not tmr