1
0
Эх сурвалжийг харах

переименовал файлы в .yml

не совсем правильно называть их netlist, ведь реальный netlist формат не
такой
kpmy 10 жил өмнө
parent
commit
48cba4ac09

+ 4 - 4
ncl/extra/el.go

@@ -11,7 +11,7 @@ func SM3() ncl.Element {
 	t.UserPin("B", tool.In)
 	t.UserPin("C", tool.Out)
 	t.UserPin("S", tool.Out)
-	t.F("sm3.nl")
+	t.F("sm3.yml")
 	return t.Root()
 }
 
@@ -28,7 +28,7 @@ func SM3r() ncl.Element {
 	t.UserPin("B", tool.In)
 	t.UserPin("Cr", tool.Out)
 	t.UserPin("Sr", tool.Out)
-	t.F("sm3r.nl")
+	t.F("sm3r.yml")
 	return t.Root()
 }
 
@@ -39,7 +39,7 @@ func SM() ncl.Element {
 	t.UserPin("B", tool.In)
 	t.UserPin("S", tool.Out)
 	t.UserPin("C", tool.Out)
-	t.F("sm.nl")
+	t.F("sm.yml")
 	return t.Root()
 }
 
@@ -50,6 +50,6 @@ func SMr() ncl.Element {
 	t.UserPin("B", tool.In)
 	t.UserPin("Sr", tool.Out)
 	t.UserPin("Cr", tool.Out)
-	t.F("smr.nl")
+	t.F("smr.yml")
 	return t.Root()
 }

+ 0 - 0
netlist/demo.nl → netlist/demo.yml


+ 0 - 0
netlist/sm.nl → netlist/sm.yml


+ 0 - 0
netlist/sm3.nl → netlist/sm3.yml


+ 0 - 0
netlist/sm3r.nl → netlist/sm3r.yml


+ 0 - 0
netlist/smr.nl → netlist/smr.yml