Use pool instead of std::set for determinism
This commit is contained in:
@@ -42,7 +42,7 @@ struct SubmodWorker
|
||||
struct SubModule
|
||||
{
|
||||
std::string name, full_name;
|
||||
std::set<RTLIL::Cell*> cells;
|
||||
pool<RTLIL::Cell*> cells;
|
||||
};
|
||||
|
||||
std::map<std::string, SubModule> submodules;
|
||||
|
||||
Reference in New Issue
Block a user