generated from TinyTapeout/tt06-verilog-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
50 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
01_11_00_00 // XOR R0 R0 | ||
01_11_00_00 // XOR R0 R0 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
01_11_00_00 // XOR R0 R0 | ||
01_11_00_00 // XOR R0 R0 | ||
01_11_00_00 // XOR R0 R0 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
01_11_00_00 // XOR R0 R0 | ||
01_11_00_00 // XOR R0 R0 | ||
01_11_00_00 // XOR R0 R0 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
00_1000_01 // IFEQ R1 | ||
11_000000 // LDI 0 | ||
00_0000_00 // SETRGB R0 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
00_1000_01 // IFEQ R1 | ||
11_000000 // LDI 0 | ||
00_0000_00 // SETRGB R0 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
00_0101_01 // GETY R1 | ||
00_1010_01 // IFGE R1 | ||
00_0000_11 // SETRGB R3 | ||
01_00_00_00 // NOP | ||
01_00_00_00 // NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# Use sine to set the colors for r and g | ||
|
||
GETX R0 | ||
SINE R1 | ||
SETR R1 | ||
|
||
GETY R0 | ||
SINE R1 | ||
SETG R1 | ||
|
||
XOR R0 R0 | ||
XOR R0 R0 | ||
|
||
NOP | ||
NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,3 @@ SETR R0 | |
|
||
GETY R1 | ||
SETG R1 | ||
|
||
XOR R0 R0 | ||
XOR R0 R0 | ||
XOR R0 R0 | ||
XOR R0 R0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
# Xor both coordinates and write to rgb | ||
|
||
GETX R0 | ||
GETY R1 | ||
|
||
XOR R0 R1 | ||
SETRGB R0 | ||
|
||
XOR R0 R0 | ||
XOR R0 R0 | ||
XOR R0 R0 | ||
XOR R0 R0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,3 @@ GETY R1 | |
# set color to white | ||
IFGE R1 | ||
SETRGB R3 | ||
|
||
NOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters