mirror of https://github.com/YosysHQ/yosys.git
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
|
|
library(dummy) {
|
||
|
|
cell(buffer) {
|
||
|
|
area : 1 ;
|
||
|
|
pin(A) {
|
||
|
|
direction : input ;
|
||
|
|
}
|
||
|
|
pin(Y) {
|
||
|
|
direction : output ;
|
||
|
|
function : "A" ;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|