Цитата(savcom @ Apr 7 2009, 00:56)

Кто знает подскажите, как при работе в среде разработке Libero зафиксировать результат трассировки. Проблема простая, в ПЛИС есть несколько функционально независимых блоков, при отладке следующих начинают сыпаться предыдущие. В Quartus такая возможность есть, а здесь не знаю как сделать.
Вот кусочки из Help-а Designer-а:
Incremental PlacementIn either standard or timing-driven mode, use incremental placement to preserve the timing of a design after a successful place-and-route, even if you change part of the netlist. Incremental placement has no effect the first time you run layout. During design iteration, incremental placement attempts to preserve the placement information for any unchanged macros in a modified netlist.
Run RouteSelect to run the router during Layout. By default, it reflects the current Layout state. If you have not run Layout before, Run Route is checked. Run Route is also checked if your previous Layout run completed with routing failures. If your design has been routed successfully, this check box is cleared.
Incrementally: Select to fully route a design when some nets failed to route during a previous run. You can also use it when the incoming netlist has undergone an ECO. (Engineering Change Order). Incremental routing should only be used if a low number of nets fail to route (less than 50 open nets or shorted segments). A high number of failures usually indicates a less than optimal placement (if using manual placement through macros, for example) or a design that is highly connected and does not fit in the device. If a high number of nets fail, relax constraints, remove tight placement constraints, deactivate timing-driven mode, or select a bigger device and rerun Layout. Also, see the Advanced Layout options for your device.
Может поможет ...
Хотя если у Вас "при отладке следующих начинают сыпаться предыдущие",
то это обычно означает какие то проблемы в проекте (чаще всего не продуманное рапределение глобальных
тактовых частот, в том числе, использование не глобальных линий для тактовых).