Skip to content

Commit

Permalink
[prim] Less secret change
Browse files Browse the repository at this point in the history
This change is less secret, we are going to merge it back upstream.

Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi committed Feb 11, 2020
1 parent 19e598d commit f2bef1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prim/rtl/prim_ram_2p_async_adv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ module prim_ram_2p_async_adv #(
(Width <= 120) ? 8 : 8 ;
localparam int TotalWidth = Width + ParWidth;

// Less secret change

logic a_req_q, a_req_d ;
logic a_write_q, a_write_d ;
logic [SramAw-1:0] a_addr_q, a_addr_d ;
Expand Down

0 comments on commit f2bef1f

Please sign in to comment.