Skip to content

Commit

Permalink
feat: update project tt_um_gfg_development_tinymandelbrot from gfg-de…
Browse files Browse the repository at this point in the history
…velopment/tt08-tiny-mandelbrot

Commit: 930be08edad1c24be5aba97a1b0bcfea90104fbd
Workflow: https://github.com/gfg-development/tt08-tiny-mandelbrot/actions/runs/10513057586
  • Loading branch information
TinyTapeoutBot authored and urish committed Aug 23, 2024
1 parent 8c35306 commit 73a2dad
Show file tree
Hide file tree
Showing 7 changed files with 11,319 additions and 15,787 deletions.
4 changes: 2 additions & 2 deletions projects/tt_um_gfg_development_tinymandelbrot/commit_id.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app": "Tiny Tapeout tt08 86beb5d8",
"repo": "https://github.com/gfg-development/tt08-tiny-mandelbrot",
"commit": "31474426fb25435a0c7cdf77da71a76d7891ef77",
"workflow_url": "https://github.com/gfg-development/tt08-tiny-mandelbrot/actions/runs/10355748051",
"commit": "930be08edad1c24be5aba97a1b0bcfea90104fbd",
"workflow_url": "https://github.com/gfg-development/tt08-tiny-mandelbrot/actions/runs/10513057586",
"sort_id": 1723551280797,
"openlane_version": "OpenLane2 2.0.8",
"pdk_version": "open_pdks bdc9412b3e468c102d01b7cf6337be06ec6e9c9a"
Expand Down
54 changes: 28 additions & 26 deletions projects/tt_um_gfg_development_tinymandelbrot/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,46 @@ project:
# Source files must be in ./src and you must list each source file separately, one per line.
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
source_files:
- "upper_adder.v"
- "adder.v"
- "color_map.v"
- "vga_rp2040_framebuffer.v"
- "vga_timing.v"
- "bit_serial_mult.v"
- "radix4_serial_mult.v"
- "mandelbrot_alu.v"
- "mandelbrot.v"
- "project.v"

# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
# Inputs
ui[0]: ""
ui[1]: ""
ui[2]: ""
ui[3]: ""
ui[4]: ""
ui[5]: ""
ui[6]: ""
ui[7]: ""
ui[0]: "serial enable"
ui[1]: "serial data"
ui[2]: "serial clock"
ui[3]: "output select"
ui[4]: "frame data[0]"
ui[5]: "frame data[1]"
ui[6]: "frame data[2]"
ui[7]: "frame data[3]"

# Outputs
uo[0]: "ctr[0]"
uo[1]: "ctr[0]"
uo[2]: "ctr[0]"
uo[3]: "ctr[0]"
uo[4]: "new_ctr"
uo[5]: ""
uo[6]: ""
uo[7]: ""
uo[0]: "R[1] or ctr[0]"
uo[1]: "G[1] or ctr[0]"
uo[2]: "B[1] or ctr[0]"
uo[3]: "vsync or ctr[0]"
uo[4]: "R[0] or new counter"
uo[5]: "G[0]"
uo[6]: "B[0]"
uo[7]: "hsync"

# Bidirectional pins
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: ""
uio[0]: "write data[0]"
uio[1]: "write data[1]"
uio[2]: "write data[2]"
uio[3]: "write data[3]"
uio[4]: "reset write pointer"
uio[5]: "write data"
uio[6]: "reset read pointer"
uio[7]: "read"

# Do not change!
yaml_version: 6
Loading

0 comments on commit 73a2dad

Please sign in to comment.