Move things around so everything that needs touch ...
by Joel Bradshaw 6 years 1 month
Move things around so everything that needs touch has it
Rename a bunch of stuff, switch DETECT back
by Joel Bradshaw 6 years 1 month
Connect AGND
by Joel Bradshaw 6 years 1 month
Switch S_OR_NES and DETECT
by Joel Bradshaw 6 years 1 month
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 1 month
Update boardfile
by Joel Bradshaw 6 years 1 month
Add child board heirarchical sheet
by Joel Bradshaw 6 years 1 month
Manually rename ports
by Joel Bradshaw 6 years 6 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 6 months
Split LATCH into four
by Joel Bradshaw 6 years 7 months
Split LATCH into four

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