Skip to content

Commit

Permalink
Patch to fix the Crypto design. Reduced clock frequency to 70Mhz, Cha…
Browse files Browse the repository at this point in the history
…nged CoreAHBL version number and updated the hex file. Also added updated FPExpress project which reflects these changes.
  • Loading branch information
CLappin committed Sep 10, 2024
1 parent e244d90 commit c510835
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 639 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Libero_Projects/import/components/cfg4/AHBL_bus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Family: PolarFire
# Part Number: MPF300TS-1FCG1152I
# Create and Configure the core component AHBL_bus
create_and_configure_core -core_vlnv {Actel:DirectCore:CoreAHBLite:6.1.101} -download_core -component_name {AHBL_bus} -params {\
create_and_configure_core -core_vlnv {Actel:DirectCore:CoreAHBLite:5.6.105} -download_core -component_name {AHBL_bus} -params {\
"HADDR_SHG_CFG:1" \
"M0_AHBSLOT0ENABLE:true" \
"M0_AHBSLOT1ENABLE:true" \
Expand Down
2 changes: 1 addition & 1 deletion Libero_Projects/import/components/cfg4/CCC_0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create_and_configure_core -core_vlnv {Actel:SgCore:PF_CCC:*} -download_core -com
"GL0_0_FABCLK_USED:true" \
"GL0_0_FREQ_SEL:false" \
"GL0_0_IS_USED:true" \
"GL0_0_OUT_FREQ:80" \
"GL0_0_OUT_FREQ:70" \
"GL0_0_PHASE_INDEX:0" \
"GL0_0_PHASE_SEL:false" \
"GL0_0_PLL_PHASE:0" \
Expand Down
Loading

0 comments on commit c510835

Please sign in to comment.