Skip to content

Instantly share code, notes, and snippets.

View RobinL90's full-sized avatar

RobinL90

  • Joined Oct 30, 2025
View GitHub Profile
@RobinL90
RobinL90 / DevelopmentBoard.v
Last active October 30, 2025 14:06
Simple VGA Screen Display
`timescale 1ns / 1ns
module DevelopmentBoard(
input wire clk, //50MHz
input wire reset, B2, B3, B4, B5, up,
// reset is "a"
// B2 is "s"
// B3 is "d"
// B4 is "f"
// B5 is "g"