General Description: Exemplar Leonardo Spectrum 1999.1j and later can perform device utilization and timing analysis for CORE Generator macros in the design. Leonardo Spectrum will read the CORE Generator EDIF netlist and include the macro's size and timing information in the design report.
Solution
Use the following command to read the EDIF netlist:
read_coregen <edif_file>
Here is an example tcl file:
# load the library load_lib xcv set part v50ecs144 # source coregen tcl script source read_coregen.tcl
#read the coregen netlist read_coregen coremodule.edn