Generalise structs and add support for packed unions.
authorPeter Crozier <peter@crozier.com>
Tue, 12 May 2020 13:25:33 +0000 (14:25 +0100)
committerPeter Crozier <peter@crozier.com>
Tue, 12 May 2020 13:25:33 +0000 (14:25 +0100)
commitf482c9c0168a6857383e7d9360c8ca1df36ba2bc
tree366454dd200407cc54ec7bec0c12b145715e5c25
parent0b6b47ca670b9219bcb81ab7d3599267c2ef7571
Generalise structs and add support for packed unions.
README.md
frontends/ast/ast.cc
frontends/ast/ast.h
frontends/ast/genrtlil.cc
frontends/ast/simplify.cc
frontends/verilog/verilog_lexer.l
frontends/verilog/verilog_parser.y
tests/svtypes/union_simple.sv [new file with mode: 0644]