Trending News
Promoted
我最後的FourBCDadd_sub怎麼改(Verilog)
我已經有4bcd加法器的模組
七段顯示器模組
九補數模組
差最後的線盒在ㄧ起
module FourBCDadd_sub (a, b, cin, y, cy);
input [3:0]a;
input [3:0]b;
input cin;
output [6:0] y;
output cy;
wire [3:0]f,s;
assign nine_comp z1 (ctrl,b,f);
BCDfull_4adder z2 (a,f,s,ctrl,cy);
seven_seg z3 (s,y);
endmodule
有人願意交我的密我及時通 ak520741234@yahoo.com.tw
6月24就要交了拜託 徵求高手!! 我的期末分數 真的很重要 面臨被當的危機了!!
1 Answer
Rating
Still have questions? Get your answers by asking now.