Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Jan 21, 2025
1 parent 001a107 commit d1f37fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/rtl/libs/VX_dp_ram.sv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ram[i] <= DATAW'(INIT_VALUE); \
end \
end else
`endif
`else
`define RAM_RESET_BLOCK
`endif

Expand Down
2 changes: 1 addition & 1 deletion hw/rtl/libs/VX_sp_ram.sv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ram[i] <= DATAW'(INIT_VALUE); \
end \
end else
`endif
`else
`define RAM_RESET_BLOCK
`endif

Expand Down

0 comments on commit d1f37fc

Please sign in to comment.