I\'ve started learning VHDL, and on EdaPlayground there\'s always a wait; after assert(cond); in the testing file.
wait;
assert(cond);
Could you please explain