Clone this repo:

Branches

  1. d6b578e final gds oasis by Jeff DiCorpo · 1 year, 3 months ago main
  2. de12fd7 harden project [skip ci] by tinybot · 1 year, 4 months ago
  3. de1f0fb Merge branch 'main' of https://github.com/t-sasatani/clock_divide_select_4ch_tiny_user by t-sasatani · 1 year, 4 months ago
  4. 21597a5 changed clock period and die area by t-sasatani · 1 year, 4 months ago
  5. 66f6e25 harden project [skip ci] by tinybot · 1 year, 4 months ago

Tiny User Project

Template for submitting TinyTapeout based projects to the Open MPW shuttle program.

Usage

  1. Generate a new project based on this template.

  2. Set GitHub Pages Sources as GitHub Actions.

  3. If using Wokwi:

    • Reuse or create a new Wokwi project.
    • Edit info.yaml:
      • In project:
        • Update wokwi_id with the last component of the Wokwi URL.
      • In documentation:
        • Update inputs to document the input wire of your project.
        • Update outputs to document the output wire of your project.
  4. If using Verilog:

    • Add your HDL code in verilog/rtl/.
    • Edit info.yaml:
      • In project:
        • Set wokwi_id to 0.
        • Uncomment and update top_module to match your top-level module.
        • Uncomment and list your Verilog sources in src_files (paths relative to the root of the repository).
      • In documentation:
        • Update inputs to document the input wire of your top-level module.
        • Update outputs to document the output wire of your top-level module.
  5. Commit, push and check the user_project_ci workflow summary (if successful a new commit including the hardened files will be automatically created).

  6. Submit your project github repository to the next Open MPW shuttle.