From gilbert@vlsi1.engr.utk.edu Thu Apr 8 17:38:47 2004 To: Don Bouldin cc: Brandon Chad Dalton , Brian Howard Nelson , Don Bouldin , Ching-Heong Khor , "Fredrick \"Rick\" Kuhlman" , Kenneth Gilbert , Jared B Pendleton , John D White , , Mo Zhang , Nader Michou , Neena Nambiar , Olawoye A Oyeyele , Scott Edward Fields , Jonathan Turnmire , Manish Yadav , Subject: BlackJack code I've enclosed a tar file of the most recent vhdl files developed for blackjack. It appears to be working properly in its full functionality, if anybody finds any errors or problems let us know. The README.txt file will give you directions on how to compile and view waves and such. This should be very easy and I encourage you to check it out. I wrote a process in banker.vhd that dumps the balances of all the players when gameover happens. When you run it you can see how many chips they all have. Note to smart players: You should be able to change the top_tb.vhd portmaps and sub in your player as the basicPlayer. Just recompile and modify the makefile as necessary. Also, if you want to do some debugging, or atleast see exactly what your player is doing, checkout fileHousePlayer.vhd. It writes what the player is doing out to a file playerOut.txt. Right now it just prints out a few things, but it should not be hard to print out whatever you want to know. Thanks -Team Controller Guys-