aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorAndrew Waterman2016-04-15 13:39:03 -0700
committerjackkoenig2016-04-15 15:43:52 -0700
commit798dda219da440cbbb2e49fed959384c37ca6bb6 (patch)
tree87d11b8d81286fe239ca4d97cb33ac087cdb395a /src/test
parent6cce6cf5612a72d3ddf3c399c2907871033b5434 (diff)
Fix Verilog emission for Modelsim compliation
Statements like: if (foo) x <= y; end else begin ; end are now emitted without the else clause: if (foo) x <= y; end and statements like: if (foo) ; end else begin x <= y; end are now emitted without the empty statement: if (foo) end else begin x <= y; end
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions