pre-synthesis 是综合前 
post-synthesis 是综合后 
 
     synthesis 根据 ucf 指导生成符合厂商工艺库的 netlist 
     在 synthesis 之后是 implement, 
     implement有3步, 
        1.translate ,把netlsit , sdc 或 ucf 生成 ngd 文件供map使用 
        2.map 把1生成的 ngd 适配到具体的器件上 
        3.place&route 在这一步时,工具会根据ucf 中的约束文件去进行布局布线,并尽最大 
         努力去满足要求。 
 |