As we know, there are two types of 'flops' namely Asynchronous(reset) and Synchronous(reset). Similarly, do we have 'latches' with types Asynchronous and Synchronous? If yes, how do we model them using a Verilog code?
The terms asynchronous and synchronous are relative terms to a clock or some other synchronizing_ signal. A latch only has an enable or load signal, so there is nothing for it to be synchronized to, and those terms do not apply.
By the way, this question is more suited to https://electronics.stackexchange.com/.