Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions upcounter/chipflow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading