Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: - Layout updated

Features

Preplace IP : new feature that allows to call an IP already preplaced, then place it in another project. All TILE and CGB instances are supported. An example is available in the Nxmap User Manual

Constraint

  • [Constraint] setSite() command: compliance with LUT DFF and CY / Constraint can be set at any moment before Placing 1/5 (included)

  • [Constraint] constrainPath: DSP, RF, RAM and CY recognized. Distinction between Hard constrainPath (only instances in path are constrained) and Soft constrainpath (registers connected to all instances in path are constrained too).

  • [Constraint] reportRegisters: report the list of all registers at any step of progress

  • [Constraint]NxRegExp: Check Appendix “NxRegExp”

Primitive

  • [Primitive] NX_RAM: Support of Multi-Register Memory Read Port (case when no pipe at the output)

Logging

  • [Logging] Options table for bitstreaming in logs

Tool

  • [Tool] addVlogDefine command: command to override ‘Define’ in verilog file

Bug fix

Constraint

  • [Constraint] IO: Wrong IO name must not reserve a pad

Logging

  • [Logging] Termination: TerminationReference only allowed for pads with termination

  • [Logging] Multiple Emitter: Name of the signal concerned by error is reported to user

  • [Logging] Termination: No termination for 3.3V for MEDIUM + LARGE / User IO name is reported in case of wrong termination value

Netlist

  • [Netlist] NX_IOB: generics set by addPad are now passed through the macro cell

Known issues

  • Changed behavior in Regioning due to new algorithms. It might have an impact on performance.

Appendix

NxRegExp

Impacted methods:

...

Hereafter an example with existing paths and constraints:

Existing Path \ Path in constraint

start_path|mycell_*

start_path|mycell_+

start_path|mycell_12

Match

Match

start_path|mycell_12|some_sub_cell

Match

No match

...