[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

@@ -34,7 +34,7 @@ module VX_lsu_unit #(
wire [`INST_LSU_BITS-1:0] req_type;
wire [`NUM_THREADS-1:0][31:0] req_data;
wire [`NR_BITS-1:0] req_rd;
wire req_wb;
wire req_wb; // NOTE(hansung): 0:load, 1:store
wire [`NW_BITS-1:0] req_wid;
wire [31:0] req_pc;
wire req_is_dup;
@@ -369,4 +369,4 @@ module VX_lsu_unit #(
end
`endif
endmodule
endmodule