]> git.nickg.me.uk Git - nvc.git/commit
Lowering for delays in Verilog procedural assignments
authorNick Gasson <nick@nickg.me.uk>
Sat, 20 Apr 2024 16:34:54 +0000 (17:34 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 20 Apr 2024 16:34:54 +0000 (17:34 +0100)
commit309579f0910f31f7e3cab55f9a2651529cd29de3
tree689019fc7f805ea6e37c1094fa2e1fe9e4e660f3
parent829f19c567596d5c178641d91ec405fa55b107bf
Lowering for delays in Verilog procedural assignments
12 files changed:
lib/nvc/verilog-body.vhd
lib/nvc/verilog.vhd
src/rt/verilog.c
src/vlog/vlog-lower.c
src/vlog/vlog-node.c
src/vlog/vlog-number.c
test/regress/gold/ivtest2.txt [new file with mode: 0644]
test/regress/ivtest1.v [new file with mode: 0644]
test/regress/ivtest2.v [new file with mode: 0644]
test/regress/testlist.txt
test/regress/vlog9.v [deleted file]
test/test_vlog.c