mirror of https://github.com/YosysHQ/yosys.git
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
|
module SRAM (CE1);
|
||
|
input CE1;
|
||
|
endmodule
|