[sv-ec] parametrized timeunit, timeprecision

From: danielm <danielm_at_.....>
Date: Thu Dec 20 2007 - 02:33:52 PST
I'm wondering why this is forbidden to have parametized timeunit,
timeprecision. IE:
module top;
    sub #(10ps) uut();
endmodule
module sub;
    parameter p=1ps;
    timeunit p;
endmodule
 
Such approach will allow new coding styles in SV.
 
DANiel

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Dec 20 02:35:17 2007

This archive was generated by hypermail 2.1.8 : Thu Dec 20 2007 - 02:36:02 PST