Skip to content

usmank11/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Pong game written in SystemVerilog

To simulate, you will need Verilator and SDL. To install on mac, run:

brew install verilator sdl2

To build, open a terminal in project directory and run:

verilator -I../ -cc pong.sv --exe main.cpp -o pong \
    -CFLAGS "$(sdl2-config --cflags)" -LDFLAGS "$(sdl2-config --libs)"

make -C ./obj_dir -f Vpong.mk

To run the simulation:

./obj_dir/pong

Screenshot 2023-01-08 at 6 28 24 PM

About

Pong game written in SystemVerilog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published