I have written two modules DLatch and RSLatch and i want to write verilog code to join those two.
As I understand, using modules allows us to control some dependencies. I mean that we can allow one module to interact with another one but not vise versa. We also can make some reusable things and ...