Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOk... I think I got it. I think the number before the ' is the number of bits, and then b for binary, h for hex and then the value... the one that threw me off was the
assign GPIO_1 = 36'hzzzzzzzzz;
i thought hex only went up to F, so this one is still confusing me.