forked from Github_Repos/cvw
Comment cleanup in subcachelineread
This commit is contained in:
parent
0f5df3340f
commit
08124b917f
4
pipelined/src/cache/subcachelineread.sv
vendored
4
pipelined/src/cache/subcachelineread.sv
vendored
@ -30,8 +30,8 @@
|
|||||||
`include "wally-config.vh"
|
`include "wally-config.vh"
|
||||||
|
|
||||||
module subcachelineread #(parameter LINELEN, WORDLEN,
|
module subcachelineread #(parameter LINELEN, WORDLEN,
|
||||||
parameter MUXINTERVAL // The number of bits between mux. Set to 16 for I$ to support compressed. Set to `LLEN for D$
|
parameter MUXINTERVAL )( // The number of bits between mux. Set to 16 for I$ to support compressed. Set to `LLEN for D$
|
||||||
)(
|
|
||||||
input logic [$clog2(LINELEN/8) - $clog2(MUXINTERVAL/8) - 1 : 0] PAdr, // Physical address
|
input logic [$clog2(LINELEN/8) - $clog2(MUXINTERVAL/8) - 1 : 0] PAdr, // Physical address
|
||||||
input logic [LINELEN-1:0] ReadDataLine,// Read data of the whole cacheline
|
input logic [LINELEN-1:0] ReadDataLine,// Read data of the whole cacheline
|
||||||
output logic [WORDLEN-1:0] ReadDataWord // read data of selected word.
|
output logic [WORDLEN-1:0] ReadDataWord // read data of selected word.
|
||||||
|
Loading…
Reference in New Issue
Block a user