Source code for hwt.synthesizer.rtlLevel.rtlNetlistPass



[docs] class RtlNetlistPass():
[docs] def runOnRtlNetlist(self, netlist: "RtlNetlist"): raise NotImplementedError("Override this function in your implementation of this abstract class")