Forum Discussion
Altera_Forum
Honored Contributor
9 years agoZero extender and zero checker
Hi, 1) How can extend an output with zeros in Quartus ii (Schematic / Block)? 2) How can I make a flag named 'zero' to check if an output is zero? Thank you!
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- 1. Use named association - tie unused bits to ground 2. NOR all of the bits. --- Quote End --- Than you so much but, can you explain more about it? I'm totally a beginner ...