M
Mike Treseler
Guest
KJ wrote:
Scope has little to do with my use of variables.
In fact, I find it very confusing when
both signals and variables are used to store
values for the same process.
I use variables as globals in a single process entity.
Variables allow me to write sequential, procedural code
that is easy for *me* to write, trace and debug.
If that were not true, I would not bother with them.
-- Mike Treseler
I agree with you here.my reason for using a variable has never been just
because I didn't want some other process in that same entity/
architecture to be able to access it.
Scope has little to do with my use of variables.
In fact, I find it very confusing when
both signals and variables are used to store
values for the same process.
I use variables as globals in a single process entity.
Variables allow me to write sequential, procedural code
that is easy for *me* to write, trace and debug.
If that were not true, I would not bother with them.
-- Mike Treseler