码迷,mamicode.com
首页 > 其他好文 > 详细

Verilog基础入门——简单的语句块编写(一)

时间:2020-11-11 16:50:56      阅读:28      评论:0      收藏:0      [点我收藏+]

标签:ilog   alt   技术   inpu   width   end   input   ril   编写   

 

 

【题干】

技术图片

 

 【代码】

module top_module (
    input in,
    output out

);

assign out = ~in;
endmodule

简单的实现一个非门

Verilog基础入门——简单的语句块编写(一)

标签:ilog   alt   技术   inpu   width   end   input   ril   编写   

原文地址:https://www.cnblogs.com/implus/p/13768487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!