Skip to content

Commit

Permalink
Update day9.v
Browse files Browse the repository at this point in the history
  • Loading branch information
aasthadave9 authored Jan 11, 2023
1 parent 4b96654 commit 7e166d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions day9/day9.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ module day9 #(
output reg [width-1:0] out,
output reg zero
);

reg cout;


localparam ADD = 3'b000, SUB = 3'b001, AND = 3'b010, OR = 3'b011, XOR = 3'b100, SL = 3'b101, SR = 3'b110, LEQ = 3'b111;

always @*
Expand Down

0 comments on commit 7e166d0

Please sign in to comment.