Top "Digital-design" questions

AND all elements of an n-bit array in VHDL

lets say I have an n-bit array. I want to AND all elements in the array. Similar to wiring each …

vhdl digital-design
Compilation error: A net is not a legal lvalue in this context

I am a newbie to Verilog and had a problem while defining a if-else loop. The error message is A …

verilog asic digital-design
Net, which fans out, cannot be assigned more than one value

I am trying to design an 8-bit multiplier based on 4-bit multiplier. so this is my code: module _8bit_multiply(…

verilog quartus digital-design
Verilog Subtraction and addition

I am attempting to program an addition and subtraction program in Verilog. Problem is Implementation and testing in Verilog of …

verilog digital-logic digital-design