Re: "libraries" multiply named elements

From: Adam Krolnik (adamk@cyrix.com)
Date: Tue Aug 18 1998 - 01:59:53 PDT


A very simple example...

// Library of buffer elements. The number after the name
// is the power level of the buffer. Please use the lowest
// power level.

module buf_0 (y, a);
  input a;
  output y;

  assign y = a;
endmodule

module buf_1 ...

<p>module buf_2

The module names encode information for other tools - not an uncommon
event. The models may be functionally equivalent - so let's not replicate
similar functionality.

<p> Adam Krolnik



This archive was generated by hypermail 2.1.4 : Mon Jul 08 2002 - 12:52:59 PDT and
sponsored by Boyd Technology, Inc.