yalchinAlv / MarbleMazeGame

Marble maze game implemented on SystemVerilog for Basys3
3 stars 0 forks source link

help #1

Closed wrh1995 closed 6 years ago

wrh1995 commented 7 years ago

I wanna to use this project on my basys2 platform, and i cant find any *.vhd file.could u help me?thanks a lot...

yalchinAlv commented 7 years ago

Hi,

.vhd is a file extension for VHDL but I have used SystemVerilog for this project which means that the source files have the extension .sv. You can find source files under the folder "MarbleMazeGame/MarbleMazeGame.srcs/sources_1/new/".

thanks

wrh1995 commented 7 years ago

Thanks for your help and I will have a try. i wanna to play the tetris game on the basys2 platform.Using the max7219 led matrix to display instead of the VGA tetris GAME.

thanks a lot.