Altera_Forum
Honored Contributor
14 years agoCase?
Can anyone help me shorten this if into a case ? Is it smart? -- Signaltap end
PROCESS (CLOCK_50, KEY(0), KEY(1))
BEGIN
IF (CLOCK_50'EVENT AND CLOCK_50 = '1') THEN -- Trigger Co...