some options for easier email submitters about issues with repos, add student/university repos
diff --git a/.gitignore b/.gitignore index b8c10af..e584174 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,4 @@ +git_url_to_email.json setuptokens.sh datasheet.md gds/*gds
diff --git a/configure.py b/configure.py old mode 100644 new mode 100755
diff --git a/project_urls.py b/project_urls.py index 418d9be..3884117 100644 --- a/project_urls.py +++ b/project_urls.py
@@ -60,7 +60,7 @@ "https://github.com/QuantamHD/ethan-evan-random-numbers", "https://github.com/QuantamHD/evan-submission", "https://github.com/FlyGoat/tt02-play-tune-flygoat", -# "https://github.com/jleightcap/clash-silicon-tinytapeout", + "https://github.com/jleightcap/clash-silicon-tinytapeout", "https://github.com/89Mods/tt2-lcd-namebadge", "https://github.com/Christina-Cyr/tt02-submission-UART-CC", "https://github.com/krasin/tt02-verilog-3-bit-8-channel-pwm-driver", @@ -150,4 +150,18 @@ "https://github.com/jdrosent/tt02-submission-template", "https://github.com/majdiabdulsamad/tt02-Femto", "https://github.com/AvalonSemiconductors/tt02-logisim-example", + "https://github.com/bitluni/tt02-SecretFile", + # anish + "https://github.com/cmu-stuco-98154/f22-tt02-qilins", + "https://github.com/cmu-stuco-98154/f22-tt02-jxlu", + "https://github.com/cmu-stuco-98154/f22-tt02-mgee3", + "https://github.com/cmu-stuco-98154/f22-tt02-sophiali", + "https://github.com/cmu-stuco-98154/f22-tt02-jrecta", + "https://github.com/asinghani/tt02-beepboop", + "https://github.com/noahgaertner/tt02-verilog-demo", + # student form + #"https://github.com/H-Bydn/TinyTapeout2-PWMgenerator", broken + # late + "https://github.com/prabaldutta/tt02-adi-demo", + "https://github.com/TinyTapeout/tt02-tinytapeout-clock-divider-asic", ]
diff --git a/update_urls.py b/update_urls.py old mode 100644 new mode 100755