kernel: const Wire* overload -> Wire* !!!
authorEddie Hung <eddie@fpgeh.com>
Thu, 26 Mar 2020 23:21:30 +0000 (16:21 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 26 Mar 2020 23:21:30 +0000 (16:21 -0700)
kernel/sigtools.h

index 10b39a89e19d3537677daeb73967e97ddf971a5c..c631fa481dad7363f0b75d3b0cb62707880364db 100644 (file)
@@ -300,7 +300,7 @@ struct SigMap
                        add(bit);
        }
 
-       inline void add(const Wire *wire) { return add(RTLIL::SigSpec(wire)); }
+       inline void add(Wire *wire) { return add(RTLIL::SigSpec(wire)); }
 
        void apply(RTLIL::SigBit &bit) const
        {