Cleanup space issues
This commit is contained in:
parent
8385b13356
commit
71c8963922
|
|
@ -35,6 +35,6 @@ module buff(output wire Y, input wire A);
|
|||
specify
|
||||
(A => Y) = 0;
|
||||
endspecify
|
||||
|
||||
|
||||
endmodule
|
||||
`endcelldefine
|
||||
|
|
|
|||
|
|
@ -1636,7 +1636,7 @@ tuple<bool, vvp_net_ptr_t, bool> check_connected_to_concat8(vvp_net_ptr_t cur, v
|
|||
auto res = check_connected_to_concat8(cur.ptr()->out_, net2, cur);
|
||||
if (get<0>(res)) {
|
||||
if (!get<1>(res).ptr() && dynamic_cast<vvp_fun_part_sa*>(parent.ptr()->fun)) {
|
||||
// `parent` is the last part_sa node in front of our destination
|
||||
// `parent` is the last part_sa node in front of our destination
|
||||
// We want to place the intermod node here
|
||||
return {true, prev.ptr() ? prev : parent, prev.ptr() == nullptr};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue