-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When reading an AIG, its name mapping is stored in file ".tmp.map". However, this mapping corresponds to ".tmp.aig", not the original AIG that user given. This would cause bugs when dealing with names in AIG.
The bug could be fixed in two ways:
- When generating ".tmp.map", preserve the input order. This requires code modification in yosys package, maybe someone would like to do it.
- Read in ".tmp.aig" instead of the original AIG.
I will later create a PR using the second method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working