Update housekeeping_spi.v

This commit is contained in:
NouranAbdelaziz 2023-02-09 14:28:12 +02:00 committed by GitHub
parent 066122b36f
commit 3af93fc0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ module housekeeping_spi(reset, SCK, SDI, CSB, SDO,
end
else
if(state == `MGMTPASS)
pass_thru_mgmt = 1'b1;
pass_thru_mgmt <= 1'b1;
end
always @(posedge SCK or posedge csb_reset) begin
@ -347,7 +347,7 @@ module housekeeping_spi(reset, SCK, SDI, CSB, SDO,
end
else
if(state == `USERPASS)
pass_thru_user = 1'b1;
pass_thru_user <= 1'b1;
end
/*always @(posedge SCK) begin ////