T
Tricky
Guest
I only realised today that I can put sequential statements inside an
entity, rather than an architecture.
So, other than asserts or similar to check the viability of given
generics, what useful code can but put in there?
From making a test entity, I also noticed that an assert I had that
checked a generic, was not processed until the first delta cycle in
modelsim. I had some outputs from another process written to the
console before the assert inside the entity failed.
entity, rather than an architecture.
So, other than asserts or similar to check the viability of given
generics, what useful code can but put in there?
From making a test entity, I also noticed that an assert I had that
checked a generic, was not processed until the first delta cycle in
modelsim. I had some outputs from another process written to the
console before the assert inside the entity failed.