[SV] Data type
Structural wire, reg Behavioral integer, real, time, logic - integer : -2^31 to (2^31 -1) - real : 64bit real number decimal, scientific notation // ex) 14.72 , 1.2e3 - time : conjunction with the $time system task to hold simulation time. not supported for synthesis - logic : bit – Unsigned byte, shortint, int, longint – Signed unsigned two-state types, bit single_bit ; // unsigned single bit b..
더보기