Skip to content

Commit 67a57bb

Browse files
committed
Fix syntax error in schematic
The line ends with double braces, which does not seem to be an issue for xschem, but it is for xschem-viewer.
1 parent 3590360 commit 67a57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xschem/sky130_pa_ip__instramp.sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ C {devices/lab_pin.sym} 960 -410 0 0 {name=p1 sig_type=std_logic lab=AVDD}
9191
C {devices/lab_pin.sym} 850 -260 0 0 {name=p6 sig_type=std_logic lab=VO1}
9292
C {devices/lab_pin.sym} 690 -220 0 0 {name=p8 sig_type=std_logic lab=VCM}
9393
C {Input_Stage_v1.sym} 690 -300 0 0 {name=x2}
94-
C {devices/ammeter.sym} 690 -390 0 0 {name=VI2 lvs_ignore=short}}
94+
C {devices/ammeter.sym} 690 -390 0 0 {name=VI2 lvs_ignore=short}
9595
C {vbias_gen_pga.sym} 280 -310 0 0 {name=x3}
9696
C {lab_pin.sym} 390 -310 0 1 {name=p9 sig_type=std_logic lab=VBIAS}
9797
C {lab_pin.sym} 1110 -370 0 1 {name=p13 sig_type=std_logic lab=VBIAS}

0 commit comments

Comments
 (0)