Skip to content

Commit

Permalink
rtl/ram_sdp: Add no_rw_check attribute
Browse files Browse the repository at this point in the history
This module doesn't define any semantics for R/W at the same address,
so tell the synthesis tool to do whatever it wants

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
smunaut committed Jun 11, 2022
1 parent f9d1d47 commit 59350da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtl/ram_sdp.v
Expand Up @@ -26,6 +26,7 @@ module ram_sdp #(
input wire clk
);
// Signals
(* no_rw_check *)
reg [DWIDTH-1:0] ram [(1<<AWIDTH)-1:0];

`ifdef SIM
Expand Down

0 comments on commit 59350da

Please sign in to comment.