Go to file
Yannick Reiß 3f0c1823ff
test / test (push) Failing after 33s Details
docs / docs (push) Failing after 2m9s Details
gds / gds (push) Failing after 1m15s Details
gds / viewer (push) Has been skipped Details
gds / gl_test (push) Failing after 2m6s Details
gds / precheck (push) Failing after 5m19s Details
Testing github action in gitea
2024-03-20 14:20:43 +01:00
.github/workflows Initial commit 2024-03-18 10:20:02 +01:00
docs Setup project 2024-03-18 10:58:46 +01:00
src Make input more random 2024-03-19 06:33:02 +01:00
test Test always true until configured 2024-03-18 12:18:12 +01:00
.gitignore No unneccessary files in git repo 2024-03-18 12:21:05 +01:00
LICENSE Initial commit 2024-03-18 10:20:02 +01:00
README.md Testing github action in gitea 2024-03-20 14:20:43 +01:00
info.yaml Fix top level unit name 2024-03-18 11:00:37 +01:00

README.md

Testrepository, does the flow work in gitea too?

Tiny Tapeout Verilog Project Template

What is Tiny Tapeout?

TinyTapeout is an educational project that aims to make it easier and cheaper than ever to get your digital designs manufactured on a real chip.

To learn more and get started, visit https://tinytapeout.com.

Verilog Projects

  1. Add your Verilog files to the src folder.
  2. Edit the info.yaml and update information about your project, paying special attention to the source_files and top_module properties. If you are upgrading an existing Tiny Tapeout project, check out our online info.yaml migration tool.
  3. Edit docs/info.md and add a description of your project.
  4. Optionally, add a testbench to the test folder. See test/README.md for more information.

The GitHub action will automatically build the ASIC files using OpenLane.

Enable GitHub actions to build the results page

Resources

What next?