Closed rlewkowicz closed 2 months ago
aux_vbus_en
has been tested. The purpose of aux_vbus_en
when used alone is to pass VBUS power from AUX to TARGET A. If you want to pass power from some other port to AUX, you must enable both aux_vbus_en
and either target_c_vbus_en
or control_vbus_en
.
For background on the power pass-through architecture, see: https://www.crowdsupply.com/great-scott-gadgets/cynthion/updates/cynthion-hardware-design-update
One change since that post is that we turned off TARGET C pass-through when Cynthion is unpowered.
Does this answer your question?
This is perfect!
This is a great image just for reference. I know I'm goofy rambling in half these threads, someone will appreciate it one day I promise. I'm learning fpgas through this platform and amaranth.
Resource("aux_vbus_en", 0, Pins("L2", dir="o"), Attrs(IO_TYPE="LVCMOS33")),
Has this been verified to work for the r1.4 as written? If yes, whats the code to power the aux port via m.d.comb?