Physics, asked by vickyzade6729, 10 months ago

List four data types used in verilog.

Answers

Answered by antra79
0

Some register data types are: reg, integer, time and real.reg is the most frequently used type. Reg is used for describing logic, integer for loop variables and calculations, real in system modules, and time and realtime for storing simulation times in test benches.

Similar questions