T
Todd Walk
Guest
(I don't have a simulator around to test this.)
In a design you have (psuedo-code):
module A
endmodule
module B
instance C
endmodule
In your library you have:
module A
endmodule
module C
instance A
endmodule
Which module A will be used for the instance in library cell C?
Will it use the design module A that it has already processed?
Or will it use the cell in the library?
Todd.
In a design you have (psuedo-code):
module A
endmodule
module B
instance C
endmodule
In your library you have:
module A
endmodule
module C
instance A
endmodule
Which module A will be used for the instance in library cell C?
Will it use the design module A that it has already processed?
Or will it use the cell in the library?
Todd.