Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Inferred latch warning

Hi, When I write the following code: ENTITY test IS GENERIC ( DW: INTEGER := 4 ); ... clk, rst_n and other ports END ENTITY; ARCHITECTURE rtl OF test IS a: UNS...