mirror of https://github.com/YosysHQ/yosys.git
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
|
library(supergate) {
|
||
|
cell(SRAM) {
|
||
|
area : 1 ;
|
||
|
pin(CE1) {
|
||
|
direction : input ;
|
||
|
}
|
||
|
}
|
||
|
}
|