FLOWTYPE = FPGA; # # $Id: imp_s3_speed.opt 405 2011-08-14 08:16:28Z mueller $ # # Revision History: # Date Rev Version Comment # 2011-08-13 405 1.1 renamed, moved to rtl/make; # 2007-07-20 67 1.0 Initial version # # Derived from ISE balanced.opt # # ---------------------------------------------------------------------------- # Options for Translator # # Type "ngdbuild -h" for a detailed list of ngdbuild command line options # Program ngdbuild -p ; # Partname to use - picked from xflow commandline -nt timestamp; # NGO File generation. Regenerate only when # source netlist is newer than existing # NGO file (default) -intstyle xflow; # Message Reporting Style: ise, xflow, or silent ; # User design - pick from xflow command line .ngd; # Name of NGD file. Filebase same as design filebase End Program ngdbuild # # ---------------------------------------------------------------------------- # Options for Mapper # # Type "map -h " for a detailed list of map command line options # Program map -o _map.ncd; # Output Mapped ncd file -intstyle xflow; # Message Reporting Style: ise, xflow, or silent .ngd; # Input NGD file .pcf; # Physical constraints file END Program map # # ---------------------------------------------------------------------------- # Options for Post Map Trace # # Type "trce -h" for a detailed list of trce command line options # Program post_map_trce -v 3; # Produce verbose timing report #-e 3; # Produce error report (limit 3 items/constraint) -xml _map.twx; # Output XML version of the timing report -intstyle xflow; # Message Reporting Style: ise, xflow, or silent _map.ncd; # Input mapped ncd .pcf; # Physical constraints file END Program post_map_trce # # ---------------------------------------------------------------------------- # Options for Place and Route # # Type "par -h" for a detailed list of par command line options # Program par -w; # Overwrite existing placed and routed ncd -ol high; # Overall effort level -xe n; # extra effort level -intstyle xflow; # Message Reporting Style: ise, xflow, or silent _map.ncd; # Input mapped NCD file .ncd; # Output placed and routed NCD .pcf; # Input physical constraints file END Program par # # ---------------------------------------------------------------------------- # Options for Post Par Trace # # Type "trce -h" for a detailed list of trce command line options # Program post_par_trce -v 3; # Produce verbose timing report #-e 3; # Produce error report (limit 3 items/constraint) -intstyle xflow; # Message Reporting Style: ise, xflow, or silent -xml .twx; # Output XML version of the timing report .ncd; # Input placed and routed ncd .pcf; # Physical constraints file END Program post_par_trce