module test(a,b,c);
  input   a;
  input   b;
  output c;    

assign c = a^b;

endmodule

博客客户端下载

http://windows.microsoft.com/zh-cn/windows-live/essentials-other#essentials=overviewother

 

安装配置方法

http://www.cnblogs.com/liuxianan/archive/2013/04/13/3018732.html

 

上面代码是verilog高亮显示效果.

参考网址

http://www.cnblogs.com/liuxianan/archive/2013/04/13/3018732.html

 

博客客户端使用 插入代码 语法高亮

自从有了window live writer.妈妈再也不用担心我写博客啦.

相关文章:

  • 2022-01-25
  • 2022-02-24
  • 2022-02-14
  • 2021-08-17
  • 2022-02-15
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2021-12-04
  • 2021-09-03
  • 2021-06-02
  • 2022-02-20
相关资源
相似解决方案