Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: NxRegExp update with queries + back quotes

...

  • Constrainpath DSP register: Source or destination register can be inside a DSP

  • Lowskew management: lowskew signals can be managed using getLowskewSignals, setGCKCount and limiLowskew methods in order to exceed +20 lowskew signals

  • Method exportSites: to export placement constraints for LUTs, DFFs, RAMs, RFs, DSPs, CYs of the design

  • Method rejectLowskew: to avoid routing signals into lowskew tree

  • Method addBlackBox: to add preplaced IP into design

  • NxRegExp update: p.addFalsePath('getPort(cpt_in[0])','getRegisters(“cpt_in_p_reg\[[0-3]\]”)') => p.addFalsePath(getPort('cpt_in[0]'),getRegisters('cpt_in_p_reg[[0-3]]'))

Primitive

  • Header: Get NxMap release information in nxLibrary files headers

  • SERDES primitives : implement “locked” in generics

...