13.33.12.3 Example
Delete the files file1.vhd and file2.vhd from the project, and delete the file top_palace.sdc from the disk.
delete_files –file ./project/hdl/file1.vhd –file ./project/hdl/file2.vhd delete_files –from_disk –file ./project/phy_synthesis/top_palace.sdc
The following command deletes the core 'add1' from your disk and project (it is the same as the command to delete an IP core from your disk and project).
delete_files -from_disk -file ./project/component/work/add1/add1.cxf
