SystemVerilog中logic與wire的區別
前言:本文重點介紹SystemVerilog中的logic與wire的區別。
一、 Wire is verilog datatype whereas logic is SystemVerilog data type.
1.1、Logic:
- SystemVerilog logic data type is 4-state data type
1.2、Wire:
- Verilog wire also 4-state data type, wire is used to connect input and output ports of a module instantiation together with some other element in your design