yosys/tests/liberty/non-ascii.lib

14 lines
252 B
Plaintext
Raw Normal View History

2025-04-17 00:17:06 +02:00
// 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" ;
}
}
}