VGA Simulator for Verilog in VS CodeA VS Code extension that provides an integrated VGA simulator for Verilog designs. Simulate and visualize VGA output directly in your editor. UsageOpening the Simulator
Verilog Module InterfaceRequired VGA Output SignalsYour top-level Verilog module must provide the following output ports:
Optional Keyboard Input SignalsYour module can optionally accept these input ports for user interaction:
Press keys in the simulator to drive corresponding input signals high. Example Module Header
|