circt
circt copied to clipboard
[Moore] Add AssignedVarOp and a graph region for SVModule.
In addition, add a new pass called MergeAssignments
to merge the easy declaration and its value(continuous assignment) into a new op called assigned_variable
. Don't handle blocking_assign
and nonBlocking_assign
due to the dominance.