From 271c9f5b9710d247475721444cc3a445178902da Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 21 Jun 2025 09:52:23 +0200 Subject: [PATCH] Use L2T4 for constant drivers --- himbaechel/uarch/gatemate/pack_cpe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himbaechel/uarch/gatemate/pack_cpe.cc b/himbaechel/uarch/gatemate/pack_cpe.cc index 47477612..c29a988a 100644 --- a/himbaechel/uarch/gatemate/pack_cpe.cc +++ b/himbaechel/uarch/gatemate/pack_cpe.cc @@ -570,7 +570,7 @@ void GateMatePacker::pack_constants() const dict vcc_params = {{id_INIT_L10, Property(0b1111, 4)}}; const dict gnd_params = {{id_INIT_L10, Property(0b0000, 4)}}; - h.replace_constants(CellTypePort(id_CPE_LT, id_OUT), CellTypePort(id_CPE_LT, id_OUT), vcc_params, gnd_params); + h.replace_constants(CellTypePort(id_CPE_L2T4, id_OUT), CellTypePort(id_CPE_L2T4, id_OUT), vcc_params, gnd_params); } void GateMatePacker::remove_constants()