Split out logic for reprocessing an AstModule
authorRupert Swarbrick <rswarbrick@gmail.com>
Wed, 20 Oct 2021 00:43:30 +0000 (18:43 -0600)
committerZachary Snow <zachary.j.snow@gmail.com>
Tue, 26 Oct 2021 01:25:50 +0000 (18:25 -0700)
commitbd16d01c0eed5c96a241e6ee9e56b8f7890319a1
treeb55271d7943d0a2482a3a3cbc708ed30bc8d5af2
parentee230f2bb9a2fe473b0ddb6bcfa30a15b0f07c88
Split out logic for reprocessing an AstModule

This will enable other features to use same core logic for replacing an
existing AstModule with a newly elaborated version.
frontends/ast/ast.cc
frontends/ast/ast.h
kernel/rtlil.cc
kernel/rtlil.h
passes/hierarchy/hierarchy.cc