Altera provides the alt_vtl.db post-synthesis library for technology mapping or resynthesis. You can use this library with the
To retarget and resynthsize a design, follow these steps:
- Generate an EDIF Output File (.edo) and an SDF Output File (.sdo), as described in Compiling Projects with MAX+PLUS II Software.
- Modify your .synopsys_dc.setup file to include the following lines:
search_path = {./usr/maxplus2/synopsys/library/alt_post/syn/lib<target library path>};<target library path>
target_library = {};<target library symbol file>
symbol_library = {};
link_library = {alt_vtl.db};
- In the Design Compiler or FPGA Compiler software,
type the following commands to read in the EDIF and SDF
output files:
read -f edif<design name>.edo<design name>
read_timing -load_delay net.sdo
- Type the following commands to compile
your design, report the timing information, and create an EDIF netlist file (.edf) that can be processed with the MAX+PLUS II Compiler.
compile<design name>
report_timing
write -f edif -hierarchy -o.edf
Feedback
Did this information help you?
If no, please log onto mySupport to file a technical request or enhancement.
Altera does not warrant that this solution will work for the customer's intended purpose and disclaims all liability for use of or reliance on the solution.
