[sv-bc] Tf ansi nonansi declaration issue.

From: Daniel Mlynek <daniel.mlynek_at_.....>
Date: Fri Jul 11 2008 - 02:23:30 PDT
I've prepeared couple of tests showing the issues related to tf declaration.
 
IMHO the LRM doesn't explicitly said what is allwed and what not- all
possible cases and details are in attachment but the problem may be
illustrated by case like below:
 
 
function void f1(input b);
         reg [3:0] b;  //mixture of ANSI and non ANSI like declaration of tf
- imho this should be dupllicate identifier 
    begin
        $display("%b", b);
    end
endfunction
 
Is this known problem? is there mantis for that? - or maybe I've missed
descripition of such cases in LRM?
 
DANiel

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




Received on Fri Jul 11 02:24:17 2008

This archive was generated by hypermail 2.1.8 : Fri Jul 11 2008 - 02:27:10 PDT