-
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.
Fabric DMA controller Additional fabric SRAM connected to PCIe CoreGPIO connected to FIC3 via CoreAPB3 CoreRESET_1 to reset CoreGPIO synchroniously to the FIC3 clock Addional AXI4 interconnect to connect DMA to FIC1 Changed AND3 to AND4 to connect the FIC1 DLL Lock signal Tested eMMC and SD card versions building, changes verified by apps
- Loading branch information
1 parent
ecf2db0
commit 08b9aef
Showing
10 changed files
with
1,845 additions
and
33 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 @@ | ||
# Exporting Component Description of COREAXI4DMACONTROLLER_C0 to TCL | ||
# Family: PolarFireSoC | ||
# Part Number: MPFS250T_ES-FCVG484E | ||
# Create and Configure the core component COREAXI4DMACONTROLLER_C0 | ||
create_and_configure_core -core_vlnv {Actel:DirectCore:COREAXI4DMACONTROLLER:2.0.100} -component_name {DMACONTROLLER} -params $DMA_param |
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,5 @@ | ||
# Exporting core COREAXI4INTERCONNECT_C0 to TCL | ||
# Exporting Create design command for core COREAXI4INTERCONNECT_C0 | ||
create_and_configure_core -core_vlnv {Actel:DirectCore:COREAXI4INTERCONNECT:2.8.103} -component_name {AXI4INTERCONNECT} -params $AXI4Interconnect_param | ||
|
||
# Exporting core COREAXI4INTERCONNECT_C0 to TCL done |
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,6 @@ | ||
# Exporting Component Description of CoreAPB3_C0 to TCL | ||
# Family: PolarFireSoC | ||
# Part Number: MPFS250T_ES-FCVG484E | ||
# Create and Configure the core component CoreAPB3_C0 | ||
create_and_configure_core -core_vlnv {Actel:DirectCore:CoreAPB3:4.1.100} -component_name {APB3} -params $CoreAPB3_param | ||
# Exporting Component Description of CoreAPB3_C0 to TCL done |
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,7 @@ | ||
# Exporting Component Description of CoreGPIO_C0 to TCL | ||
# Family: PolarFireSoC | ||
# Part Number: MPFS250T_ES-FCVG484E | ||
# Create and Configure the core component CoreGPIO_C0 | ||
create_and_configure_core -core_vlnv {Actel:DirectCore:CoreGPIO:3.2.102} -component_name {GPIO} -params $CoreGPIO_param | ||
|
||
# Exporting Component Description of CoreGPIO_C0 to TCL done |
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