3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 11:07:52 +00:00

Add proper test for SV-style arrays

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-06-20 12:06:07 +02:00
parent 2428fb7dc2
commit 6a6dd5e057
3 changed files with 16 additions and 6 deletions

View file

@ -1,4 +0,0 @@
module unpacked_arrays;
reg array_range [0:7];
reg array_size [8];
endmodule

View file

@ -1,2 +0,0 @@
read_verilog -sv unpacked_arrays.sv
stat