Merge branch 'unpacked_arrays' of https://github.com/towoe/yosys-sv into towoe-unpacked_arrays
This commit is contained in:
4
tests/various/unpacked_arrays.sv
Normal file
4
tests/various/unpacked_arrays.sv
Normal file
@@ -0,0 +1,4 @@
|
||||
module unpacked_arrays;
|
||||
reg array_range [0:7];
|
||||
reg array_size [8];
|
||||
endmodule
|
||||
2
tests/various/unpacked_arrays.ys
Normal file
2
tests/various/unpacked_arrays.ys
Normal file
@@ -0,0 +1,2 @@
|
||||
read_verilog -sv unpacked_arrays.sv
|
||||
stat
|
||||
Reference in New Issue
Block a user