소개글
논리회로 HDL로 8Bit Full Adder 구현하기
목차
회로 구성도,
결과 캡쳐
본문내용
//-------------------------------------------
// Carry Look Ahead 8bit Fulladder
//-------------------------------------------
module FullAdder8bit ( x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, y6, y7, c0, s0, s1, s2, s3, s4, s5, s6, s7, c7 ) ;
참고 자료
없음