1.reset_design
移除所有user 指定的clocks,path groups,attributes,
但是使用set_attribute command和upf commands 不能被移除 ,
当返回值为0 时,说明当前没有current design,
若只想reset少量的attributes,可以考虑使用remove_attribute command,若要移除upf 约束,使用remove_upf command 替换
2.remove_design
移除designs or libraries from memory
-designs 移除memory 中的所有design
-all 移除memory 中的所有design 和libraries
-hierarchy移除层次结构设计中的所有design
3.remove_attribute