Update dtim.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 13:11:24 -07:00 committed by GitHub
parent 048e100805
commit d21fd3da44

View File

@ -52,4 +52,3 @@ module dtim import cvw::*; #(parameter cvw_t P) (
ram1p1rwbe #(.DEPTH(DEPTH), .WIDTH(P.LLEN))
ram(.clk, .ce, .we, .bwe(ByteMaskM), .addr(DTIMAdr[ADDR_WDITH+OFFSET-1:OFFSET]), .dout(ReadDataWordM), .din(WriteDataM));
endmodule