diff options
Diffstat (limited to 'hdl')
-rw-r--r-- | hdl/project.v | 4 |
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 |