Do not undertand this error of missing license which contradicts 'license checkout statement'

1 view (last 30 days)
I actually want to invoke and use Synphony Compiler ME Block in SimulinK so that i can use it to generate HDL code for Microsemi Libero FPGA software. I always get the error(Fixed_point.img) when i compile a simple program(synphonyProg) of adding 2 sine signals and displaying on a scope. Note that the 'adder' is a special 'adder' of Synphony Compiler ME Block. when i do setup('check') i get an error
***WARNING*** Current license setup is missing required feature Fixed-Point_Blocks.
But when i do
license checkout Fixed-Point_Blocks
i get
ans =1
I really do not know if i have the license for this Fixed_point_Block or not because it is necessary for invoking the Synphony ME Compiler Block.
Please Assist-.....

Answers (1)

Kiran Kintali
Kiran Kintali on 16 Jul 2023
... so that i can use it to generate HDL code for Microsemi Libero FPGA software ...
You can try the examples in this page
HDL Coder™ Support Package for Microchip® FPGA and SoC Devices supports the generation of IP cores that can be integrated into FPGA designs using Microchip Libero® Design Suite.
This support package includes reference designs for popular Microchip development kits, so you can generate HDL code and port mappings to I/O, AXI registers, and interfacing with DDR memory. Also, the package supports the HDL Coder custom reference design API to develop reference designs for a variety of boards based on Microchip devices.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!