Преглед изворни кода

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

не совсем правильно называть их netlist, ведь реальный netlist формат не
такой
kpmy пре 10 година
родитељ
комит
48cba4ac09
6 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      ncl/extra/el.go
  2. 0 0
      netlist/demo.yml
  3. 0 0
      netlist/sm.yml
  4. 0 0
      netlist/sm3.yml
  5. 0 0
      netlist/sm3r.yml
  6. 0 0
      netlist/smr.yml

+ 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