]> Nick Gasson's Git Repositories - nvc.git/commit
Split out driver extraction into a separate module
authorNick Gasson <nick@nickg.me.uk>
Sat, 12 Aug 2023 09:03:08 +0000 (10:03 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 13 Aug 2023 10:32:26 +0000 (11:32 +0100)
commit2034d8d482c422495bb225c3716516f700db15f6
tree5afd05288c7807db6aaf530eb08997c13345598d
parent43eef5ce9c4135f8b22d18797706ddbec222e27d
Split out driver extraction into a separate module
14 files changed:
src/Makemodule.am
src/driver.c [new file with mode: 0644]
src/driver.h [new file with mode: 0644]
src/elab.c
src/lower.c
src/lower.h
src/option.c
src/option.h
src/prim.h
test/Makemodule.am
test/driver/sanity1.vhd [new file with mode: 0644]
test/driver/sanity2.vhd [new file with mode: 0644]
test/test_driver.c [new file with mode: 0644]
test/unit_test.c