Skip to content

Commit

Permalink
[tlul,rtl] Drop unused typedef from tlul_adapter_sram
Browse files Browse the repository at this point in the history
This seemed sensible when I originally ported the code to use the
shared fifo, but it turns out not to be needed. And Pirmin (quite
reasonably) pointed out that the name is rather confusing. Forget
about it!

Signed-off-by: Rupert Swarbrick <[email protected]>
  • Loading branch information
rswarbrick committed Jan 24, 2025
1 parent a00bd84 commit d11803c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hw/ip/tlul/rtl/tlul_adapter_sram.sv
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ module tlul_adapter_sram
localparam int ReqFifoWidth = $bits(req_t) ;
localparam int RspFifoWidth = $bits(rsp_t) ;

// An item in the SRAM request fifo is an SRAM request (of width SramReqWidth) plus, if
// DataXorAddr is true, some bits of the address that the request touches.
typedef logic [SramReqWidth-1:0] sram_req_fifo_item_t;

// FIFO signal in case OutStand is greater than 1
// If request is latched, {write, source} is pushed to req fifo.
// Req fifo is popped when D channel is acknowledged (v & r)
Expand Down

0 comments on commit d11803c

Please sign in to comment.