From 155bc8b14e80b1098354341cb55bb39e9d143138 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:19:51 +1300 Subject: [PATCH] celltypes: Reword synthesizable comment Don't mention verilog. --- kernel/celltypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/celltypes.h b/kernel/celltypes.h index 5a419417a..73908a8bc 100644 --- a/kernel/celltypes.h +++ b/kernel/celltypes.h @@ -34,7 +34,7 @@ struct CellType bool is_evaluable = false; // Cell has no state; outputs are determined solely by inputs bool is_combinatorial = false; - // Cell is able to be fully represented in the synthesizable subset of verilog + // Cell is able to be synthesized bool is_synthesizable = false; // Cell is built-in memory logic, includes flip-flops and latches, but not complex // cells like $mem