Skip to content

Commit

Permalink
Merge pull request #212 from JITx-Inc/bg/fix-gddr-backdrill
Browse files Browse the repository at this point in the history
fixed BD defn
  • Loading branch information
bhusang authored Nov 14, 2024
2 parents 7b98624 + 0201f64 commit 5e13fd6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/protocols/memory/gddr7/gddr7-board.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@ For other via types and arguments, please
consult: https://docs.jitx.com/reference/statements/viastmt/heading.html
<DOC>

defn bd (via-stop) :
Backdrill(
0.3 ; drill diameter, mm
0.6 ; starting pad diameter, mm
0.5 ; Soldermask Opening diameter, mm
0.5 ; Copper Clearance Diameter, mm
val small-drill = Backdrill(
diameter = 0.3 ; drill diameter, mm
startpad-diameter = 0.6 ; starting pad diameter, mm
solder-mask-opening = 0.5 ; Soldermask Opening diameter, mm
copper-clearance = 0.5 ; Copper Clearance Diameter, mm
)

public pcb-via bd-via (via-start:LayerIndex via-stop:LayerIndex via-name:String) :
Expand All @@ -102,8 +101,7 @@ public pcb-via bd-via (via-start:LayerIndex via-stop:LayerIndex via-name:String)
diameter = 0.200
hole-diameter = 0.100
type = MechanicalDrill
backdrill = bd(via-stop)

backdrill = Backdrill(bottom = small-drill)

public pcb-via th-via (via-name:String) :
name = via-name
Expand Down

0 comments on commit 5e13fd6

Please sign in to comment.