[sv-bc] Query regarding cell identifier

From: Brad Pierce <Brad.Pierce_at_.....>
Date: Wed Mar 12 2008 - 22:27:07 PDT
----- Message from Sarani Roy <sarani@cal.interrasystems.com> -----
----- Reason is the keyword, which I misspell below ---------------

Hi,

I have confusion regarding the cell clause.

confg cfg25;
  design topLib.confg25;
  default liblist myLib
  cell topLib.test1 use myLib.myLogic
endconfg


module confg25 (input clk, input [3:0] in1,in2, output [3:0] out1,out2);
test1 inst1 (clk,in1,in2,out1);
endmodule

In the above example , the cell identifier (test1) is bound to mylogic
(design which exist in library myLib ). Here test1 is a simple
identifier, not a name of any module, primitive, etc then is this
binding valid.

-Sarani



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Mar 12 22:34:48 2008

This archive was generated by hypermail 2.1.8 : Wed Mar 12 2008 - 22:34:57 PDT