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
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