Altera_Forum
Honored Contributor
13 years agoFalse latching error
Hi,
When I synthesize my design in QUARTUS II I get the error: Error (10166): SystemVerilog RTL Coding error at hmon_eeprom.sv(59): always_comb construct does not infer purely combinational logic. the always_comb construct in my design is simply a "case" statement on a parameter. In the case statement i set 4 output to different values in each value of the parameter, AND i have a default value at the end of the case statement. Despite the default value, i still get the error of latches found by synthesis in an always_comb construct. Does anyone know what is the problem and how can I solve it? I'm stuck in this issue. Thanks.