[rtl] Add doc comments

This commit is contained in:
Hansung Kim
2023-07-08 09:54:24 -07:00
parent 3e290f6321
commit fdc0fdc958
3 changed files with 14 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ module VX_execute #(
input wire reset,
// Dcache interface
// NOTE(hansung): this comes out of VX_lsu_unit
VX_dcache_req_if.master dcache_req_if,
VX_dcache_rsp_if.slave dcache_rsp_if,
@@ -234,4 +235,4 @@ module VX_execute #(
&& (`INST_BR_BITS'(alu_req_if.op_type) == `INST_BR_EBREAK
|| `INST_BR_BITS'(alu_req_if.op_type) == `INST_BR_ECALL);
endmodule
endmodule