From 0c258e867d18b7e2316e40341e88f689bd170ce8 Mon Sep 17 00:00:00 2001 From: Serge Rabyking Date: Fri, 29 May 2026 08:33:53 +0200 Subject: [PATCH] TEMP: switch upcounter to gf180mcu+pga144, enable DRC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exercises the gf180mcu LVS layermap fix and the drc_klayout plugin end-to-end in cloud build, using PR #323's merged backend. Do NOT merge — revert before any merge to main. --- upcounter/chipflow.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/upcounter/chipflow.toml b/upcounter/chipflow.toml index 1460900..44b5ad3 100644 --- a/upcounter/chipflow.toml +++ b/upcounter/chipflow.toml @@ -10,13 +10,16 @@ default = 'sys_clk' [chipflow.resets] default = 'sys_rst_n' +# TEMP: switched from ihp_sg13g2/block to gf180mcu/pga144 to exercise +# the gf180mcu LVS layermap fix + drc_klayout plugin end-to-end in the +# cloud build. Revert this file before merging. [chipflow.silicon] -process = "ihp_sg13g2" -package = "block" +process = "gf180mcu" +package = "pga144" -[chipflow.silicon.block] -width = 5 -height = 5 +# TEMP: enable the manifest DRC gate so drc_klayout actually runs. +[chipflow.backend.check.drc] +enable = true [chipflow.silicon.pads] # System (no fixed locations for blocks — auto-allocated)