Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizioferrandi committed Nov 17, 2023
1 parent a320ab0 commit 3fc8106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/lib/technology/NC_MEM_IPs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8549,7 +8549,7 @@ genvar i1;
.n_mem_elements(n_mem_elements),
.byte_offset(byte_offset),
.BRAM_BITSIZE(BRAM_BITSIZE),
-READ_ONLY_MEMORY(READ_ONLY_MEMORY),
.READ_ONLY_MEMORY(READ_ONLY_MEMORY),
.HIGH_LATENCY(HIGH_LATENCY)
) STD_SP_BRAM_BYTE_instance (
.clock(clock),
Expand Down Expand Up @@ -9173,7 +9173,6 @@ begin
);
end
endgenerate

"/>
</component_o>
</circuit>
Expand Down

0 comments on commit 3fc8106

Please sign in to comment.