Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
For now I feel there is a problem here, this is combinatorial(unlike pseudocode)
-- Combinatorial logic for positive edge_to_pulse
PROCESS (irq_src_reg_q2, irq_src_reg_q3) IS
BEGIN
FOR i IN 0 TO 6 LOOP
irq_src_reg_posedge(i) <= irq_src_reg_q2(i) and not irq_src_reg_q3(i);
END LOOP;
END PROCESS;
it will get you in trouble if there is any glitch