As the second assignment si overwriting the first in this statements..
> root.L1 = DL1Cache(in_bus=NULL,out_bus=Parent.toL2Bus )
> root.L1 = IL1Cache(in_bus=NULL,out_bus=Parent.toL2Bus)
Can we write in this way
> root.DL1 = DL1Cache(in_bus=Parent.toL1Bus,out_bus=Parent.toL2Bus)
> root.IL1 = IL1Cache(in_bus=Parent.toL1Bus,out_bus=Parent.toL2Bus)
and could you please tell me why do we put in_bus=NULL(what does that mean??)
Thank you
Anupama
--
Anupama
Graduate Student
Computer Science Department
(Webmaster for Lamar Career Center)
Lamar University
Texas
