AR# 6518

|

2.1i FPGA Editor - Macros cannot be deleted once they have been added to a design

描述

Keywords: FPGA Editor, macro, delete

Urgency: Standard

General Description:
Once a macro has been added to a design in FPGA Editor, it cannot be deleted.

解决方案

1

To work around this problem:

- Use "xdl -ncd2xdl design.ncd" to dump the NCD design file to an ASCII XDL file (design.xdl).

- Remove the comps and nets manually from the ASCII XDL file.

- Use "xdl -xdl2ncd design.xdl new.ncd" to recreate the NCD file.

This will be fixed in a future software release.

2

Another work-around is to unbind the macro and manually delete the comps and nets in the editor.
AR# 6518
日期 07/09/2001
状态 Archive
Type 综合文章
People Also Viewed