Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHello Sir,
Many thanks for a reply. Simple latch is just LATCH (.q , .ena, .d0 lpm_latch has this with aclr and aset. I need aclr and aset to port my design. How do i instantiate a latch with clear (without using a combinational loop) --- Quote Start --- With recent FPGA families(e.g. Stratix IV), latches can be only implemented as logic loops, because asynchronous functions except for clear have been removed from register capabilities. I don't however understand the difference between the LPM_LATCH and "simple LATCH" implementation. --- Quote End ---