mirror of https://github.com/YosysHQ/yosys.git
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
|
|
read_rtlil << EOT
|
||
|
|
module \top
|
||
|
|
attribute \init 1'0
|
||
|
|
wire \w
|
||
|
|
|
||
|
|
connect \w 1'0
|
||
|
|
end
|
||
|
|
EOT
|
||
|
|
opt_clean
|