Questions tagged [eventqueue]
77 questions
-1
votes
1 answer
SV assertion to flag incorrect verilog event region
Is there a system verilog construct which can flag an error if a signal toggled in NBA region in verilog event queue?
Something like
if($toggled_in_nba(clk))
begin
`uvm_error()
end

Jean
- 21,665
- 24
- 69
- 119
-1
votes
1 answer
pygame event queue function crashes on mouse input
i have been hitting my head on the wall for several days now, but I still cannot figure out why this crashes:
import pygame, random
#button state variable, order: axes, A(z) B(x) START(enter) SELECT(shift)
#SELECT and START cannot be held
global…

BadRAM
- 3
- 2