Skip to content

Instantly share code, notes, and snippets.

@elfmimi
elfmimi / DotMtx57.abl
Created September 15, 2014 04:36
CPLDでドットマトリクスLEDを駆動する実験
MODULE DotMtx57
CLK PIN 15;
A1..A5 PIN 7, 8, 9, 10, 11 istype 'reg';
B1..B5 PIN 12, 13, 18, 19, 20 istype 'reg';
R1..R7 PIN 32, 31, 27, 25, 24, 23, 22; " Row
T1..T24 node istype 'reg';
ROW0..ROW2 node istype 'reg';