Forum Discussion

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

Programming Error

Can anyone help me fix this error? :rolleyes: `timescale 1 ps / 1 ps module top (reset, clk); input clk; input reset; bit counter; always @ (posedge clk or posedge reset) begin coun...