mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed typo in ram2p1r1wbe_1024x69 and renamed for consistency
This commit is contained in:
parent
e27ab1a052
commit
c73fe4041e
@ -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
|
Loading…
Reference in New Issue
Block a user