1
0
mirror of synced 2026-04-28 12:59:00 +00:00

Merge branch 'unpacked_arrays' of https://github.com/towoe/yosys-sv into towoe-unpacked_arrays

This commit is contained in:
Clifford Wolf
2019-06-20 12:03:00 +02:00
3 changed files with 13 additions and 1 deletions

View File

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

View File

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