# Tiny Tapeout project information (Wokwi project)
project:
wokwi_id: 455300931094822913 # Set this to the ID of your Wokwi project (the number from the project's URL)
title: "Tiny Tapeout Accumulator" # Project title
author: "Alp Bolukbasi" # Your name
discord: "karlsruhenoob" # Your Discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "A minimal event accumulator accelerator in Wokwi that monitors input pulses and outputs a compact activity vector." # One line description of what your project does
language: "Wokwi" # other examples include SystemVerilog, Amaranth, VHDL, etc
clock_hz: 1000000 # Clock frequency in Hz (1 MHz)
# How many tiles your design occupies? A single tile is about 167x108 uM.
tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).
pinout:
# Inputs
ui[0]: "clk"
ui[1]: "rst_n"
ui[2]: "in"
ui[3]: ""
ui[4]: ""
ui[5]: ""
ui[6]: ""
ui[7]: ""
# Outputs
uo[0]: "out[0]"
uo[1]: "out[1]"
uo[2]: "out[2]"
uo[3]: "out[3]"
uo[4]: ""
uo[5]: ""
uo[6]: ""
uo[7]: ""
# Bidirectional pins
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: ""
# Do not change!
yaml_version: 6