Altera_Forum
Honored Contributor
13 years agohelp me Verilog problem
I have just study verilog HDL so I found some difficult about it. Can you help me this problem.
Tye Net Wand and Wor, I read some books say that they synthesize to AND and OR logic gate, others say they insert AND/OR gate at connection. But Wand and Wor when the drivers have differrent strength it's not same AND or OR logic Example: wand z; buff(pull1,weak0)(z,a); buff(pull1,weak0)(z,b); when a=1, b=0 the result as 1; Help me, Thanks very much!