mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-19 13:51:04 +00:00
12 lines
203 B
Text
12 lines
203 B
Text
read_rtlil <<EOT
|
|
module \meow
|
|
wire width 8 \nya
|
|
wire width 8 output 1 \mrrp
|
|
wire width 1 input 0 \purr
|
|
process $cat
|
|
assign \nya { \mrrp \purr } [7:0]
|
|
end
|
|
end
|
|
EOT
|
|
|
|
select -assert-count 1 meow/$cat
|