New answers tagged system-verilog
1
vote
JK flip flop behavior on startup in Verilog
The issue with your gate-level model is that it only represents an unknown in simulation using a single representation: 1'bx, which is overly pessimistic. The ...
2
votes
JK flip flop behavior on startup in Verilog
Using a gate-level model for sequential logic like a flip-flop is the wrong tool for the job in Verilog. The right tool for the job is a behavioral model.
Your model with the ...
2
votes
Accepted
Why is the waveform not matching? (2 clock delay in FSM code)
This code in the testbench is full of Verilog simulation race conditions:
...
Top 50 recent answers are included
Related Tags
system-verilog × 548verilog × 351
digital-logic × 105
simulation × 74
fpga × 63
hdl × 46
testbench × 33
verification × 31
rtl × 28
synthesis × 27
vivado × 26
modelsim × 26
vhdl × 21
uvm × 18
quartus × 17
questasim × 13
xilinx × 12
state-machines × 12
asic × 12
systemverilog-assertions × 12
flipflop × 10
vlsi × 9
clock × 8
multiplexer × 8
logic-gates × 6