[sv-ec] $root vs $unit

From: danielm <danielm_at_.....>
Date: Tue Nov 06 2007 - 02:43:22 PST
What is the diff between $root and $unit ie in below case.
What should be the types of a,b,c.
 
typedef reg T;
module top;
 typedef int T;
 typedef $root.T T1;
 typedef $unit::T T2;
 
 T a;
 T1 b;
 T2 c;
endomdule
 
 
DANiel

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Tue Nov 6 02:43:30 2007

This archive was generated by hypermail 2.1.8 : Tue Nov 06 2007 - 02:44:08 PST