15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
|
# Benchmark "and2_latch" written by ABC on Wed Mar 11 10:36:28 2020
|
||
|
.model and2_latch
|
||
|
.inputs a b clk
|
||
|
.outputs c d
|
||
|
|
||
|
.latch n1 d re clk 0
|
||
|
|
||
|
.names a b c
|
||
|
11 1
|
||
|
|
||
|
.names c n1
|
||
|
1 1
|
||
|
|
||
|
.end
|