forked from casper-astro/mlib_devel
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changes to bus_dual_port_ram_init.m to accommodate Ultra RAM.
Added platfor_devices to assist in platform lookup (to see if Ultra RAM supported).
- Loading branch information
1 parent
1e8805c
commit 3db0de1
Showing
3 changed files
with
58 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Platform,Device,Family,Ultra RAM | ||
ADM_PCIE_9H7,xcvu37p,UltraScalePlus,Yes | ||
AU280,xcu280,UltraScalePlus,Yes | ||
AU50,xcu50,UltraScalePlus,Yes | ||
CASIA_K7,xc7k325t,Kintex7,No | ||
CASIA_K7_21CMA,xc7k325t,Kintex7,No | ||
HTG9200,xcvu13p,UltraScalePlus,Yes | ||
HTG940,xcvu13p,UltraScalePlus,Yes | ||
htg_zrf16,xczu49dr,UltraScalePlus,Yes | ||
MX175,xc7vx690t,Virtex7,No | ||
RED_PITAYA_10,xc7z010,Zynq,No | ||
rfsoc2x2,xczu28dr,Zynq UltraScalePlus,Yes | ||
rfsoc4x2,xczu48dr,Zynq UltraScalePlus,Yes | ||
SKARAB,xc7vx690t,Virtex7,No | ||
SNAP,xc7k160t,Kintex7,No | ||
SNAP2_v1,xcku115,Kintex UltraScale,No | ||
VCU118,xcvu9p,Virtex UltraScalePlus,Yes | ||
VCU128,xcvu37p,Virtex UltraScalePlus,Yes | ||
ZCU111,xczu28dr,Zynq UltraScalePlus,Yes | ||
ZCU208,xczu48dr,Zynq UltraScalePlus,Yes | ||
ZCU216,xczu49dr,Zynq UltraScalePlus,Yes | ||
ZRF16_49DR,xczu49dr,Zynq UltraScalePlus,Yes |