aboutsummaryrefslogtreecommitdiffstats
path: root/hdl
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-14 13:11:23 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-14 13:11:23 -0400
commiteef34f2975ddb40d0aaedd7a0182111c22db47cf (patch)
tree6c1dcf32ebd5b46ccefc723a0071cd54077510ce /hdl
parentceaa7d984a85e7c4a43ffca62e9fb557e3f52d1a (diff)
downloadbasic-hdl-template-eef34f2975ddb40d0aaedd7a0182111c22db47cf.tar.gz
basic-hdl-template-eef34f2975ddb40d0aaedd7a0182111c22db47cf.zip
'main', not 'project' top module by default
Diffstat (limited to 'hdl')
-rw-r--r--hdl/project.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdl/project.v b/hdl/project.v
index 753597b..9e382a5 100644
--- a/hdl/project.v
+++ b/hdl/project.v
@@ -1,4 +1,4 @@
-module project
+module main
(
output wire LED_output_0,
output wire LED_output_1,
@@ -23,4 +23,4 @@ module project
assign LED_output_5 = 1'b0;
assign LED_output_6 = 1'b0;
-endmodule \ No newline at end of file
+endmodule