Skip to content

Instantly share code, notes, and snippets.

@stylesuxx
Last active February 3, 2016 00:22
module top (input btn1, output led1);
always @(btn1) led1 = btn1;
endmodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment