Unpacked array declaration using size
authorTobias Wölfel <tobias.woelfel@mailbox.org>
Wed, 19 Jun 2019 10:47:48 +0000 (12:47 +0200)
committerTobias Wölfel <tobias.woelfel@mailbox.org>
Wed, 19 Jun 2019 10:47:48 +0000 (12:47 +0200)
commit8b8af10f5e612eb1a39320e20b2d1d6f1e7d45df
tree088235847c6b08188423a802dc9e20c74149cdad
parentc23bbc429103ca84cb8a9cfb674aacf7d14109c6
Unpacked array declaration using size

Allows fixed-sized array dimension specified by a single number.

This commit is based on the work from PeterCrozier
https://github.com/YosysHQ/yosys/pull/560.
But is split out of the original work.
frontends/verilog/verilog_parser.y
tests/various/unpacked_arrays.sv [new file with mode: 0644]
tests/various/unpacked_arrays.ys [new file with mode: 0644]