]> Nick Gasson's Git Repositories - nvc.git/commit
Stub for parsing SystemVerilog structs
authorNick Gasson <nick@nickg.me.uk>
Wed, 25 Sep 2024 19:25:15 +0000 (20:25 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 26 Sep 2024 21:14:58 +0000 (22:14 +0100)
commite716ede3580ac2c6f19714f337ecdfc0a5be5bd4
treef9a8f8431d0388675272d9324cbe7149a4c7e180
parent98ebfd23700bca24a76122b0180e7b5011f56235
Stub for parsing SystemVerilog structs
src/lexer.l
src/scan.c
src/scan.h
src/vlog/vlog-node.c
src/vlog/vlog-node.h
src/vlog/vlog-parse.c
src/vlog/vlog-sem.c
test/test_vlog.c
test/vlog/struct1.v [new file with mode: 0644]