forked from Github_Repos/cvw
Update SRAM to /proj/wally
This commit is contained in:
parent
43549b10fb
commit
c5dfefe669
6
pipelined/src/cache/sram1p1rw.sv
vendored
6
pipelined/src/cache/sram1p1rw.sv
vendored
@ -57,9 +57,9 @@ module sram1p1rw #(parameter DEPTH=128, WIDTH=256) (
|
||||
for (index=0; index < WIDTH; index++)
|
||||
assign BitWriteMask[index] = ByteMask[index/8];
|
||||
TS1N28HPCPSVTB64X128M4SWBASO sram(
|
||||
.SLP(1'b0), .SD(1'b0), .CLK(clk), .CEB(1'b0), .WEB(~WriteEnable),
|
||||
.CEBM(1'b0), .WEBM(1'b0), .AWT(1'b0), .A(Adr), .D(CacheWriteData),
|
||||
.BWEB(~BitWriteMask), .AM('b0), .DM('b0), .BWEBM('b0), .BIST(1'b0), .Q(ReadData)
|
||||
.CLK(clk), .CEB(1'b0), .WEB(~WriteEnable),
|
||||
.A(Adr), .D(CacheWriteData),
|
||||
.BWEB(~BitWriteMask), .Q(ReadData)
|
||||
);
|
||||
|
||||
end else begin
|
||||
|
@ -1 +1 @@
|
||||
/home/jstine/memory/ts1n28hpcpsvtb64x128m4swbaso_180a/VERILOG/ts1n28hpcpsvtb64x128m4swbaso_180a_tt1v25c.v
|
||||
/proj/wally/memory/ts1n28hpcpsvtb64x128m4sw_180a/VERILOG/ts1n28hpcpsvtb64x128m4sw_180a_tt1v25c.v
|
Loading…
Reference in New Issue
Block a user