Verilog Log Playback

Visualize your testbench output

Back to Simulator

How to Use

  1. Paste your Verilog testbench log output in the text area below
  2. Click "Validate Log" to check the format is correct
  3. Click "Load & Play" to start the visualization
  4. Watch your bot navigate the maze based on your Verilog implementation!

Expected format: Step 0: Pos=[4, 8] Facing=N Walls=101 Move=001
Note: Lines with # comments are automatically supported!

Maze Visualization

Progress 0 / 0 steps

Verilog Log Input

Playback Controls

Fast (50ms) Slow (1000ms)

Current Step Info

Step Number
-
Position
-
Facing
-
Walls (L-M-R)
- - -
Move Command
-

Statistics

Total Steps 0
Current Step 0
Positions Visited 0
Dead Ends Found 0 / 9
Move Breakdown
FORWARD: 0
LEFT: 0
RIGHT: 0
UTURN: 0
Status Not Loaded