D
David Wooff
Guest
Hello, hope someone can help!
In the following (bit of abstract) verilog, which uses sequential code, does
the end result actually work in a sequential way or as a complicated
combinatorial logic system?
"
integer i;
integer j;
for(i=0;i<n;i=i+1)
if (x)
j=i;
"
--
Dave Wooff
dave@dmwooff.freeserve.co.uk
In the following (bit of abstract) verilog, which uses sequential code, does
the end result actually work in a sequential way or as a complicated
combinatorial logic system?
"
integer i;
integer j;
for(i=0;i<n;i=i+1)
if (x)
j=i;
"
--
Dave Wooff
dave@dmwooff.freeserve.co.uk