Forum Discussion

EPeet's avatar
EPeet
Icon for New Contributor rankNew Contributor
7 years ago

Quartus Prime: Inferring latch(es) for clocked process

I have a normal process with async reset and clock like below: request_pulse : in std_logic; signal pulse_in_d : std_logic; signal request_int : std_logic; signal flop_d : std_log...