kernel: Module::makeblackbox() to clear connections + delete wires last
authorEddie Hung <eddie@fpgeh.com>
Tue, 14 Apr 2020 02:08:46 +0000 (19:08 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 14 May 2020 17:33:56 +0000 (10:33 -0700)
kernel/rtlil.cc

index 196e301b6c04e20fd449f197cf0cafd96467f230..3e58968137f11fab529943160d3c388f5da5f95c 100644 (file)
@@ -776,6 +776,7 @@ void RTLIL::Module::makeblackbox()
        connections_.clear();
 
        remove(delwires);
+
        set_bool_attribute(ID::blackbox);
 }