Skip to content

Commit

Permalink
tc_sram_wrapper: Remove translate_off directive (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
luca-valente authored and paulsc96 committed Oct 18, 2024
1 parent 81e808e commit 85bd108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions common/local/util/tc_sram_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ module tc_sram_wrapper #(
output data_t [NumPorts-1:0] rdata_o // read data
);

// synthesis translate_off

tc_sram #(
.NumWords(NumWords),
.DataWidth(DataWidth),
Expand All @@ -55,6 +53,4 @@ module tc_sram_wrapper #(
.rdata_o ( rdata_o )
);

// synthesis translate_on

endmodule
4 changes: 0 additions & 4 deletions common/local/util/tc_sram_wrapper_cache_techno.sv
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ module tc_sram_wrapper_cache_techno #(
output data_t [NumPorts-1:0] rdata_o // read data
);

// synthesis translate_off

tc_sram #(
.NumWords(NumWords),
.DataWidth(DataWidth),
Expand All @@ -59,6 +57,4 @@ module tc_sram_wrapper_cache_techno #(
.rdata_o ( rdata_o )
);

// synthesis translate_on

endmodule

0 comments on commit 85bd108

Please sign in to comment.