File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ module ccc
312
312
logic [6 : 0 ] set_aasa_addr;
313
313
314
314
logic entdaa_addres_valid;
315
- logic entdaa_addres ;
315
+ logic [ 6 : 0 ] entdaa_address ;
316
316
317
317
logic get_status_in_progress;
318
318
@@ -789,7 +789,7 @@ module ccc
789
789
always_comb begin : entdaa_setnewda_mux
790
790
set_newda_o = entdaa_addres_valid && (state_q == HandleTargetENTDAA);
791
791
set_newda_virtual_device_o = entdaa_addres_valid && (state_q == HandleVirtualTargetENTDAA);
792
- newda_o = entdaa_addres ;
792
+ newda_o = entdaa_address ;
793
793
end
794
794
795
795
// Handle DIRECT SET CCCs
@@ -1051,7 +1051,7 @@ module ccc
1051
1051
.arbitration_lost_i,
1052
1052
1053
1053
// addr
1054
- .address_o (entdaa_addres ),
1054
+ .address_o (entdaa_address ),
1055
1055
.address_valid_o (entdaa_addres_valid)
1056
1056
);
1057
1057
endmodule
You can’t perform that action at this time.
0 commit comments