Altera_Forum
Honored Contributor
9 years agoVerilog Assignment
Hi all,
I have a very basic question, I think. I develop in VHDL but in this moment I have to port a Verilog crunk of code.... the problem is that I don't know the Verilog... :( ! Can anyone help me to understand this assignment (conditional statement I presume):module xxx(
.
.
input z,
.
.
);
wire x;
reg y;
assign x = y == z;
.....
Thank you