Persisting texts now for .l2n format

This commit is contained in:
Matthias Koefferlein
2020-05-22 00:58:46 +02:00
parent c682cc85d0
commit b84a9df2da
16 changed files with 1047 additions and 68 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ end;
l2n = pya.LayoutToNetlist()
infile = os.path.join(ut_testsrc, "testdata", "algo", "l2n_writer_au.txt")
infile = os.path.join(ut_testsrc, "testdata", "algo", "l2n_reader_in.txt")
l2n.read(infile)
tmp = os.path.join(ut_testtmp, "tmp.txt")