aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/consteval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/consteval.h b/kernel/consteval.h
index 7a83d28e7..c1c0c45cc 100644
--- a/kernel/consteval.h
+++ b/kernel/consteval.h
@@ -33,7 +33,7 @@ struct ConstEval
SigMap assign_map;
SigMap values_map;
SigPool stop_signals;
- SigSet<RTLIL::Cell*> sig2driver;
+ SigSet<RTLIL::Cell*, RTLIL::sort_by_name_id<RTLIL::Cell>> sig2driver;
std::set<RTLIL::Cell*> busy;
std::vector<SigMap> stack;
RTLIL::State defaultval;