mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
Исправление подключения сумматора в nexys_adder
This commit is contained in:
committed by
GitHub
parent
16b837078e
commit
e50170db94
@@ -30,12 +30,12 @@ reg [15:0] LEDr;
|
||||
|
||||
fulladder32 DUT
|
||||
(
|
||||
.A (A),
|
||||
.B (B),
|
||||
.Pin (Pin),
|
||||
.a_i (A),
|
||||
.b_i (B),
|
||||
.carry_i (Pin),
|
||||
|
||||
.S (S),
|
||||
.Pout (Pout)
|
||||
.sum_o (S),
|
||||
.carry_o (Pout)
|
||||
);
|
||||
|
||||
assign B = {24'b0,SW[7:0]};
|
||||
@@ -127,4 +127,4 @@ always @(posedge CLK100) begin
|
||||
end
|
||||
end
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
Reference in New Issue
Block a user