Skip to content

Libero IP core version updates for the LiberoSoC2025.1 release #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Training1/Libero/libero_flow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ set Display_Controller_version 3.1.2
set HDMI_RX_version 4.2.0
set HDMI_TX_version 1.0.2
set PF_TX_PLL_version 2.0.304
set PF_XCVR_ERM_version 3.1.205
set PF_XCVR_ERM_version 3.1.206
set PF_XCVR_REF_CLK_version 1.0.103
set CORERESET_PF_version 2.2.107
set CORERXIODBITALIGN_version 2.1.104
set PF_IOD_GENERIC_RX_version 2.1.110
set PF_DDR4_version 2.5.111
set PF_IOD_GENERIC_RX_version 2.1.113
set PF_DDR4_version 2.5.113
set PF_SRAM_AHBL_AXI_version 1.2.111
set mipicsi2rxdecoderPF_version 2.2.5
set COREAHBTOAPB3_version 3.1.100
Expand All @@ -39,7 +39,7 @@ set CoreAPB3_version 4.1.100
set CoreGPIO_version 3.2.102
set COREJTAGDEBUG_version 3.1.100
set CoreAHBLite_version 5.4.102
set PF_INIT_MONITOR_version 2.0.307
set PF_INIT_MONITOR_version 2.0.308
set MIV_RV32IMA_L1_AHB_version 2.3.100
set COREUART_version 5.6.102
set Bayer_Interpolation_version 3.0.2
Expand Down
10 changes: 5 additions & 5 deletions Training1/Libero/run_shls_on_examples.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

Write-Host "Running shls hw on Canny_FIFO_Switch"
cd ../Canny_FIFO_Switch
shls hw
shls -a hw

Write-Host "Running shls hw on Gaussian_FIFO_Pipelined"
cd ../Gaussian_FIFO_Pipelined
shls hw
shls -a hw

Write-Host "Running shls hw on RGB2YCbCr"
cd ../RGB2YCbCr
shls hw
shls -a hw

Write-Host "Running shls hw on YCbCr2RGB"
cd ../YCbCr2RGB
shls hw
shls -a hw

Write-Host "Running shls hw on alpha_blend"
cd ../alpha_blend
shls hw
shls -a hw

cd ../Libero/

Expand Down
10 changes: 5 additions & 5 deletions Training1/Libero/run_shls_on_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ echo ""
echo "Running shls hw on Canny_FIFO_Switch"
echo ""
cd ../Canny_FIFO_Switch
shls hw
shls -a hw

echo ""
echo "Running shls hw on Gaussian_FIFO_Pipelined"
echo ""
cd ../Gaussian_FIFO_Pipelined
shls hw
shls -a hw

echo ""
echo "Running shls hw on RGB2YCbCr"
echo ""
cd ../RGB2YCbCr
shls hw
shls -a hw

echo ""
echo "Running shls hw on YCbCr2RGB"
echo ""
cd ../YCbCr2RGB
shls hw
shls -a hw

echo ""
echo "Running shls hw on alpha_blend"
echo ""
cd ../alpha_blend
shls hw
shls -a hw

cd ../Libero/

Expand Down
Loading