Skip to content

Commit

Permalink
Update source_files
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Sep 18, 2023
1 parent eb28b62 commit 69cdef6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ project:
source_files:
- tt_um_top_mole99.sv
- top.sv
- sprite.sv
- sprite_access.sv
- sprite_data.sv
- sprite_movement.sv
- timing.sv
top_module: "tt_um_top_mole99" # Put the name of your top module here, must start with "tt_um_". Make it unique by including your github username

Expand All @@ -33,7 +35,7 @@ documentation:
A one-trick pony is someone or something that is good at doing only one thing. Accordingly, a one-sprite pony can display only one sprite and that's what this design does:
This Verilog design will generate 800x600 60Hz SVGA output, internally the resolution is decreased to 100x75, thus one pixel is really 8x8 pixels.
The sprite is 10x10 pixel in size and upon startup is initialized to a pixel version of the TinyTapeout logo.
The sprite is 10x10 pixel in size and upon startup is initialized to a pixelated version of the TinyTapeout logo.
# Instructions on how someone could test your project, include things like what buttons do what and how to set the clock if needed
how_to_test: |
Expand Down

0 comments on commit 69cdef6

Please sign in to comment.