ABEL – Prime number detector
<ABL 코드>module pdetectortitle ‘4 bit prime number detecting code by changkyu’PDETECT device ‘P16V8C’; “input pinsN0, N1, N2, N3 pin 2,3,4,5; “output pinsF pin 19; “definitionNUM = [N3, N2,...
Blog with wordpress
<ABL 코드>module pdetectortitle ‘4 bit prime number detecting code by changkyu’PDETECT device ‘P16V8C’; “input pinsN0, N1, N2, N3 pin 2,3,4,5; “output pinsF pin 19; “definitionNUM = [N3, N2,...
<ABL 코드>module decoder2to4title ‘2 to 4 decoder abel code by changkyu’DCODER device ‘P16V8C’; “input pinsI0, I1 pin 2,3;EN pin 4; “output pinsY0, Y1, Y2, Y3 pin 16,17,18,19; “constantsX...
<ABL 코드>module Hamming_Code title ‘Hamming code converter’ HAMCVT device ‘P22V10’; ” Input pins I1, I2, I3 pin 2, 3, 4; ”...