Invoke Core Assembler, and set up the path
for DW LIB IPs in coreAssembler.
Given the Licenses are in place
Linux> $path/coreAssembler, where $path is the installation
directory for coreAssembler.
Make the DesignWare Library IP components visible to the
coreAssembler:
That is to say, set the Search Path for core Assembler where it will
look for installed IPs
Type the following command in coreAssmebler Command Window:
set_activity_parameter SpecifySubsystem SearchPath
"$::synopsys_root/auxx/dware/glue
/usr/myname/CoreTools/DW/iip/latest
/usr2myname/CoreTools/DW/axi/iip/latest/"
Where
/usr/myname/CoreTools/DW/iip/latest is the installation path for AHB
IPs
Inside /usr/myname/CoreTools/DW/iip/latest, usually following
components can be found:
Similarly,
/usr2myname/CoreTools/DW/axi/iip/latest/ is the installation path
for AXI IPs.
Just like above there will be number of AXI IPs in the above
directory.
These IPs can be downloaded as a single .run file from Synopsys'
website if you have a solvent account.
The RTL will be encrypted
, but the top level RTL for each component is text.
The downloaded file will looks something like this:
dw_iip_amba_2016.10a.run
Run this file on Linux prompt:
Linux>
dw_iip_amba_2016.10a.run --dir ./
This will install the DW components in current director ",/"