CPLD bug fixes
This commit is contained in:
@@ -109,6 +109,9 @@ module CPLD_Con (
|
||||
4'b1000: begin
|
||||
PMU_RC <= 4'b0110;
|
||||
end
|
||||
default:begin
|
||||
PMU_RC <= 4'b0000;
|
||||
end
|
||||
endcase
|
||||
end
|
||||
else if (dc_t == 1'b1) begin
|
||||
@@ -125,6 +128,9 @@ module CPLD_Con (
|
||||
4'b1000: begin
|
||||
PMU_RC <= 4'b1000;
|
||||
end
|
||||
default:begin
|
||||
PMU_RC <= 4'b0000;
|
||||
end
|
||||
endcase
|
||||
end
|
||||
done_flag <= 1'b1;
|
||||
|
||||
Reference in New Issue
Block a user