Forum Discussion

wenna's avatar
wenna
Icon for New Contributor rankNew Contributor
1 year ago

The increment operation (++) will cause an error.

Consider the following code. Using the i++ operation on line 17 causes an error. module test1 ( input wire clk, input wire reset, output reg [7:0] y ); re...