Skip to content

Latest commit

 

History

History

Day-52

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

DataTypeVerification

  • Variables of different logic data types are declared.
  • The initial block is used to initialize these variables with sample values.
  • The $display system task is used to print the initial values of the variables.
  • An assert statement is used to check if myBit is equal to 1. If it's not, a fatal error is triggered.