Jump to content
  • 0

Verilog - Data Type


jotran00

Question

Hello,

Have you seen anywhere and experienced the data types below in Verilog?.

  •      input wire;
  •     output wire;

Per my understanding, both input and output data types themselves are wire already. Please correct me if I am wrong.

 

Thanks,

Jonathan Tran

     

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Hi, FYI, A book "Verilog HDL 2nd Edition" written by Samir Palintkar can be a good reference. The first four chapters explain data types, modules and ports in Verilog. Then, you can have more understanding about the net, register, input and output in Verilog. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...