Skip to content

Instantly share code, notes, and snippets.

@stylesuxx
Last active February 3, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stylesuxx/89837e196d55a8866e58 to your computer and use it in GitHub Desktop.
Save stylesuxx/89837e196d55a8866e58 to your computer and use it in GitHub Desktop.
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