mirror of https://github.com/YosysHQ/yosys.git
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
|
|
// The parser used to choke on the copyright symbol even in comments
|
||
|
|
// © ® ø Φ
|
||
|
|
library(dummy) {
|
||
|
|
cell(buffer) {
|
||
|
|
area : 1 ;
|
||
|
|
pin(A) {
|
||
|
|
direction : input ;
|
||
|
|
}
|
||
|
|
pin(Y) {
|
||
|
|
direction : output ;
|
||
|
|
function : "A" ;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|