| ||||
| ||||
|
Simulation library is a file with collection of leaf cell in verilog format. The following is a portion of a simulation library file.
`timescale 10ps/10ps buf I0(Y, A); endmodule module BUFX3 (Y, A); buf I0(Y, A);
module AND2X1 (Y, A, B); and (Y, A, B); endmodule |
||||
|
Copyright © 2008 NanDigits Design Automation. All rights reserved. | ||||