Guest
Hi,
I am trying to place a breakpoint on an "end process" statment.
When I have the following code:
process (A , B)
begin
result <= ('0' & A);
end process;
the "end process" statment is executable and Modelsim lets me place a
breakpoint on the "end process" statment. However if I have the
following code:
P3: process (A , B)
begin
result <= ('0' & A)+('0' & B);
end process;
the "end process" statement is not executable and hence I cannot place
a breakpoint on the line. Does anybody have any idea why this happens.
Thanks
Nitin
I am trying to place a breakpoint on an "end process" statment.
When I have the following code:
process (A , B)
begin
result <= ('0' & A);
end process;
the "end process" statment is executable and Modelsim lets me place a
breakpoint on the "end process" statment. However if I have the
following code:
P3: process (A , B)
begin
result <= ('0' & A)+('0' & B);
end process;
the "end process" statement is not executable and hence I cannot place
a breakpoint on the line. Does anybody have any idea why this happens.
Thanks
Nitin