guartus Synplify 无法综合编译 nmos cmos等开关级

2019-03-25 09:04发布

`timescale 1ns/100ps

module nand2_1d ( input a, b, output y );
   
   supply0 Gnd;
   supply1 Vdd;
              
   wire im1;
           
   pmos  g1 ( y, Vdd, a );
   pmos  g2 ( y, Vdd, b );
   nmos  g3 ( y, im1, a );
   nmos  g4 ( im1, Gnd, b );

endmodul

Synplify v9.6.2  :gate  type nmos not supported yet
什么工具可以综合编译? 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。