Previous journal: | Next journal: |
---|---|
0118-2023-07-19.md | 0120-2023-07-24.md |
Before making a more serious design, let's see if I can make any design at all.
I'll go thru this TT04 intro video. Also need to check out this TT04 HDL video.
I'll create my repo(s) by cloning rather than forking (since only 1 for is allowed, and I want to probably do many).
- Go to template repo: https://github.com/TinyTapeout/tt04-submission-template
- Per instructions for making a new repo without forking...
- Log in to GitHub, then go to the import URL.
- Paste in the TT04 template URL: https://github.com/TinyTapeout/tt04-submission-template
- Call it
tt04-solo-squash
- Go to the new repo: https://github.com/algofoogle/tt04-solo-squash
- Go to the repo's Action settings, select "Allow all actions and reusable workflows", and click "Save".
- Go to the repo's Pages settings, set "Source" to "GitHub Actions".
- Verify the Actions are now accessible in the Actions tab.
- Go to info.yaml and hit
.
to go to the integrated code editor (git.dev). Borrow details from tt03p5-solo-squash. I changed the top module name tott_um_algofoogle_tt04_solo_squash
. - After editing the file, we need to commit. Click the "branch" icon from the LHS toolbar, enter a commit message, and click "Commit & Push". The Actions will start but fail (since there's no source yet).
- Click the hamburger menu and select "Go to repository"
- Clone the repo for local dev.
- Copy all the main files from tt03p5-solo-squash into this tt04-solo-squash repo.
I just did this the easy way with Windows File Explorer for the following stuff:
doc/
src/
(excluding existing TT04 template filescells.v
andconfig.tcl
)
- git add everything and commit.
- I had previously tried using git submodules to put the source into
src/solo_squash
(as evidenced by.gitmodules
) but I ended up abandoning this at the time because the workflows didn't support it fully. This has evidently been fixed now so I could try it again, though might need to make sure I check for differences between the implementations of solo_squash. - Do we need to worry about doing an update from the TT04 template in future? i.e. a git pull/merge?
- Should I keep solo_squash in TT04 just the same as TT03p5? That way we could compare.
- Don't forget to share to social media with
#tinytapeout
hashtag and link @matthewvenn