aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-07 15:43:22 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-07 15:43:22 -0800
commit2ca8c10e7a39c1924aa918d0f8235966d6cd3307 (patch)
treec39cc3d0ec1cecfd90bf168ebd5cf70c05b09239 /tests
parent8f5388ea5b88d4e848b1110fed2abf7544440185 (diff)
parent66b0f3c406fca11d789b26d85dd27660eacee26c (diff)
downloadyosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.gz
yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.bz2
yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.zip
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Diffstat (limited to 'tests')
-rw-r--r--tests/aiger/symbols.aag9
-rw-r--r--tests/aiger/symbols.aig8
2 files changed, 17 insertions, 0 deletions
diff --git a/tests/aiger/symbols.aag b/tests/aiger/symbols.aag
new file mode 100644
index 000000000..93f8989f2
--- /dev/null
+++ b/tests/aiger/symbols.aag
@@ -0,0 +1,9 @@
+aag 2 1 1 1 0
+2
+4 2 1
+4
+i0 d
+l0 q
+o0 q
+c
+Generated by Yosys 0.9+932 (git sha1 baba33fb, clang 9.0.0-2 -fPIC -Os)
diff --git a/tests/aiger/symbols.aig b/tests/aiger/symbols.aig
new file mode 100644
index 000000000..a7922ab46
--- /dev/null
+++ b/tests/aiger/symbols.aig
@@ -0,0 +1,8 @@
+aig 2 1 1 1 0
+2 1
+4
+i0 d
+l0 q
+o0 q
+c
+Generated by Yosys 0.9+932 (git sha1 baba33fb, clang 9.0.0-2 -fPIC -Os)