Move things around so everything that needs touch ...
by Joel Bradshaw 6 years 2 days
Move things around so everything that needs touch has it
Rename a bunch of stuff, switch DETECT back
by Joel Bradshaw 6 years 2 days
Connect AGND
by Joel Bradshaw 6 years 2 days
Switch S_OR_NES and DETECT
by Joel Bradshaw 6 years 3 days
Switch S_OR_NES and DETECT

So we can do analog measurements on DETECT

Abandon running wider lines for these, it'll probably be fine
Move back to one latch, instead try current detect
by Joel Bradshaw 6 years 3 days
Update boardfile
by Joel Bradshaw 6 years 4 days
Add child board heirarchical sheet
by Joel Bradshaw 6 years 4 days
Manually rename ports
by Joel Bradshaw 6 years 4 months
Manually rename ports

Also match board by timestamp, nice!

perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)1\b/${1}4/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)2\b/${1}1/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)3\b/${1}2/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)0\b/${1}3/g' *

perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)\[0..3\]/${1}[1..4]/g' *
More tidying
by Joel Bradshaw 6 years 4 months
Split LATCH into four
by Joel Bradshaw 6 years 5 months
Split LATCH into four

Also fix misplaced NES VCC (!!) and ports
Report a bug