mirror of https://github.com/YosysHQ/yosys.git
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
|
read_rtlil << EOT
|
||
|
|
module \test
|
||
|
|
wire \wire_a
|
||
|
|
wire \wire_f
|
||
|
|
connect \wire_f \wire_a
|
||
|
|
end
|
||
|
|
EOT
|
||
|
|
|
||
|
|
opt_clean
|
||
|
|
select -assert-count 0 */*
|