Fixed typo in ram2p1r1wbe_1024x69 and renamed for consistency

This commit is contained in:
David Harris 2023-01-28 18:07:33 -08:00
parent e27ab1a052
commit c73fe4041e

View File

@ -24,7 +24,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module ram2p1rwbe_1024x69( module ram2p1r1wbe_1024x69(
input logic CLKA, input logic CLKA,
input logic CLKB, input logic CLKB,
input logic CEBA, input logic CEBA,
@ -38,7 +38,7 @@ module ram2p1rwbe_1024x69(
input logic [68:0] BWEBA, input logic [68:0] BWEBA,
input logic [68:0] BWEBB, input logic [68:0] BWEBB,
output logic [68:0] QA, output logic [68:0] QA,
output logic [68:0] QB, output logic [68:0] QB
); );
// replace "generic1024x69RAM" with "TSDN..1024X69.." module from your memory vendor // replace "generic1024x69RAM" with "TSDN..1024X69.." module from your memory vendor