From 91179261575ded57b71d1129b7e6e6fe2322dcf8 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:23:13 +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 11203a872..49f63272e 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