aboutsummaryrefslogtreecommitdiff
path: root/fuzzer
diff options
context:
space:
mode:
authorJack Koenig2020-07-16 17:27:52 -0700
committerGitHub2020-07-17 00:27:52 +0000
commitb25cd542192132161f3c162f7e782a9cbb2d09ae (patch)
tree9f30acdc1cbaf112c944169cac812be441a896bd /fuzzer
parentc4cc6bc5b614bd7f5383f8a85c7fc81facdc4b20 (diff)
Propagate source locators to register update always blocks (#1743)
* [WIP] Propagate source locators to Verilog if-else emission * Add and fix tests for reg update info propagation * Add limited source locator propagation in ConstProp Support propagating source locators on connections or nodes where the right-hand side is simply a reference. This case comes up a lot for registers without a synchronous reset. node _T_1 = x @[MyFile.scala 12:10] node _T_2 = _T_1 z <= x Previousy the source locator would be lost, now the result is: z <= x @[MyFile.scala 12:10] * Address review comments Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'fuzzer')
0 files changed, 0 insertions, 0 deletions