Baerilog

Baerilog: Verilog Simulator

Write · Simulate · Watch the waveform — all in the browser

Verilog Source Editor ?
· Behavioral subset: module/reg/wire, assign, always @(posedge/negedge/*), initial, if/else, #delay, $display, $finish

Select from Examples:
1
run for time units

Console ?
· $display output and simulator status

Click Run to simulate…

Scoreboard?
· Runs a reference model of the AVR subset alongside the design and compares pc, r0r31 and the memories
· the model implements correct AVR semantics, so a mismatch means the RTL and the ISA disagree

after: time unit
No simulation data yet — run a design to compare it against the model.

Module Hierarchy?
· click an instance to show or hide its signals — showing one hides its children, so you descend a level at a time
· double-click to expand or collapse the branch
· a memory has no waveform row, so it is shown dimmed and does not respond

Waveform Viewer ?
· click the chart to move the cursor
· drag right to zoom into a range, drag left to zoom out, double-click to zoom in
· wheel sideways — or shift+wheel — to pan; on a touchscreen one finger zooms and two fingers pan
· drag the divider after the names to widen or narrow that column
· hover a value for its radix menu
· show or hide a signal row in the Module Hierarchy panel, not here — click one, or drag to paint a run of them

Zoom 1.0×
Start End
No simulation data yet — run a design to see waveforms.

Memory Viewer?
· 2D memory arrays (reg [w:0] name[hi:lo];) declared in the design
· attach a hex/bin file so $readmemh/$readmemb can load it

No memories declared in this design.