mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-22 15:15:51 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
721214c55b
3 changed files with 12 additions and 2 deletions
9
tests/verilog/bug4785.ys
Normal file
9
tests/verilog/bug4785.ys
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
logger -expect error "Cell arrays of primitives are currently not supported" 1
|
||||
read_verilog <<EOT
|
||||
module test(in1, in2, out1);
|
||||
input in1, in2;
|
||||
output out1;
|
||||
|
||||
nand #2 t_nand[0:7](out1, in1, in2);
|
||||
endmodule
|
||||
EOT
|
||||
Loading…
Add table
Add a link
Reference in a new issue