mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-20 14:20:32 +00:00
parent
a80462f27f
commit
e099a7d34a
3 changed files with 27 additions and 17 deletions
12
tests/rtlil/bug5424.ys
Normal file
12
tests/rtlil/bug5424.ys
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
source ../gen-tests-makefile.sh
|
||||
generate_mk --bash
|
||||
generate_mk --bash --yosys-scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue