Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

"21'b0" Verilog to VHDL explination please

Hello In Verilog I got this code: cont <= 21'b0; oRST <= 1'b1; What does it mean in VHDL?