mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
Add binary AIGs converted from AAG
This commit is contained in:
parent
09d758f0a3
commit
4e6c5e4672
3
tests/aiger/and.aig
Normal file
3
tests/aiger/and.aig
Normal file
|
@ -0,0 +1,3 @@
|
|||
aig 3 2 0 1 1
|
||||
6
|
||||
|
2
tests/aiger/buffer.aig
Normal file
2
tests/aiger/buffer.aig
Normal file
|
@ -0,0 +1,2 @@
|
|||
aig 1 1 0 1 0
|
||||
2
|
3
tests/aiger/cnt1.aig
Normal file
3
tests/aiger/cnt1.aig
Normal file
|
@ -0,0 +1,3 @@
|
|||
aig 1 0 1 0 0 1
|
||||
3
|
||||
2
|
4
tests/aiger/cnt1e.aig
Normal file
4
tests/aiger/cnt1e.aig
Normal file
|
@ -0,0 +1,4 @@
|
|||
aig 5 1 1 0 3 1
|
||||
10
|
||||
4
|
||||
b0 AIGER_NEVER
|
1
tests/aiger/empty.aig
Normal file
1
tests/aiger/empty.aig
Normal file
|
@ -0,0 +1 @@
|
|||
aig 0 0 0 0 0
|
2
tests/aiger/false.aig
Normal file
2
tests/aiger/false.aig
Normal file
|
@ -0,0 +1,2 @@
|
|||
aig 0 0 0 1 0
|
||||
0
|
9
tests/aiger/halfadder.aig
Normal file
9
tests/aiger/halfadder.aig
Normal file
|
@ -0,0 +1,9 @@
|
|||
aig 5 2 0 2 3
|
||||
10
|
||||
6
|
||||
i0 x
|
||||
i1 y
|
||||
o0 s
|
||||
o1 c
|
||||
c
|
||||
half adder
|
2
tests/aiger/inverter.aig
Normal file
2
tests/aiger/inverter.aig
Normal file
|
@ -0,0 +1,2 @@
|
|||
aig 1 1 0 1 0
|
||||
3
|
4
tests/aiger/notcnt1.aig
Normal file
4
tests/aiger/notcnt1.aig
Normal file
|
@ -0,0 +1,4 @@
|
|||
aig 1 0 1 0 0 1
|
||||
3
|
||||
3
|
||||
b0 AIGER_NEVER
|
4
tests/aiger/notcnt1e.aig
Normal file
4
tests/aiger/notcnt1e.aig
Normal file
|
@ -0,0 +1,4 @@
|
|||
aig 5 1 1 0 3 1
|
||||
10
|
||||
5
|
||||
b0 AIGER_NEVER
|
3
tests/aiger/or.aig
Normal file
3
tests/aiger/or.aig
Normal file
|
@ -0,0 +1,3 @@
|
|||
aig 3 2 0 1 1
|
||||
7
|
||||
|
8
tests/aiger/toggle-re.aig
Normal file
8
tests/aiger/toggle-re.aig
Normal file
|
@ -0,0 +1,8 @@
|
|||
aig 7 2 1 2 4
|
||||
14
|
||||
6
|
||||
7
|
||||
i0 enable
|
||||
i1 reset
|
||||
o0 Q
|
||||
o1 !Q
|
4
tests/aiger/toggle.aig
Normal file
4
tests/aiger/toggle.aig
Normal file
|
@ -0,0 +1,4 @@
|
|||
aig 1 0 1 2 0
|
||||
3
|
||||
2
|
||||
3
|
2
tests/aiger/true.aig
Normal file
2
tests/aiger/true.aig
Normal file
|
@ -0,0 +1,2 @@
|
|||
aig 0 0 0 1 0
|
||||
1
|
Loading…
Reference in a new issue