Skip to content

Commit

Permalink
Added decoder.v to list of source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubcore committed Apr 14, 2024
1 parent aae6c25 commit e8845b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
title: "DEFAULT"
author: "Beau Ambur"
discord: "beepboop2900"
description: "Displays 'bEAU bY dEFAULt' on 7-segment LED"
description: "Displays 'dEFAULt123' on 7-segment LED"
language: "Verilog"
clock_hz: 1

Expand All @@ -16,6 +16,7 @@ project:
# List your project's source files here. Source files must be in ./src and you must list each source file separately, one per line:
source_files:
- "project.v"
- "decoder.v"

# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
Expand Down

0 comments on commit e8845b2

Please sign in to comment.