switch level-modeling : bufif0 (strong1, weak0)

T

tcl

Guest
Hi,

can someone please explain the behavior/logic for the below code:

================================
bufif1 (highz1,weak0) gnq ( Q, Q, 1'b0 );
bufif1 (weak1,weak0) gq ( Q, 1'b1, Q );
================================

Basically there are 2 instances 'gnq' and 'gq' of bufif1.

Questions:
1) What strength will the output 'Q' of instance "gnq" have?

2) What strength will the output "Q" of instance "gq" have?

Thanks,
ew
 

Welcome to EDABoard.com

Sponsor

Back
Top