Closed htfab closed 4 months ago
Thanks! I added uses_3v3 to the analog template. Can you please also update the https://tinytapeout.com/specs/analog/ with the new field?
For this version of the precheck I'm explicitly disallowing analog / custom gds projects with zero analog pins and access to 3v3 power. It might make sense to allow it in a follow-up patch if we can handle it properly.
What should change for handling it properly?
Thanks! I added uses_3v3 to the analog template. Can you please also update the https://tinytapeout.com/specs/analog/ with the new field?
Done.
For this version of the precheck I'm explicitly disallowing analog / custom gds projects with zero analog pins and access to 3v3 power. It might make sense to allow it in a follow-up patch if we can handle it properly.
What should change for handling it properly?
It depends whether we want to put it on a digital or an analog mux.
If we put it on a digital mux:
If we put it on an analog mux:
Thanks for explaining!
Notes:
VAPWR
port or from the different project area. But I think we can save ourselves from some surprises down the line if we make this choice explicit, so I've added an extrauses_3v3
field toinfo.yaml
and use that as a single source of truth.