Skip to content

Commit

Permalink
remove cleanroom dependency for HV circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
planetme committed Dec 12, 2024
1 parent e0c595d commit a0cc1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion groovy/postInit/components/EtchablesChain.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ for (ndopant in NDopant.ndopants) {
.circuitMeta(1)
.inputs(metaitem(ndopant.metaItemName))
.outputs(metaitem('wafer.n_doped.silicon') * 16 * ndopant.efficiency)
.cleanroom(CleanroomType.CLEANROOM)
.duration(300)
.EUt(60)
.buildAndRegister()
Expand Down

0 comments on commit a0cc1e2

Please sign in to comment.