Menu

Tree [r15] /
 History

HTTPS access


File Date Author Commit
 doc 2009-04-25 foz [r2] Planned directory structure
 edk10.1 2009-09-08 foz [r12] Added ignore properties
 edk9.1 2009-09-19 foz [r15] Base template project for the XUPV2P with EDK 9.1
 games 2009-05-06 foz [r6] + Implemented VGA routine for simulation
 hw 2009-04-25 foz [r2] Planned directory structure
 snes 2009-09-09 foz [r13] + Added some projected directories
 sw 2009-09-09 foz [r13] + Added some projected directories
 testapps 2009-04-25 foz [r2] Planned directory structure
 win32sim 2009-09-11 foz [r14] Converted the VS 2005 project to VS 2008
 README.txt 2009-04-25 foz [r3] test..for svn email notify!

Read Me

+=======+
|FPGAmer|
+=======+

Project creation date: 2009-04-23
 
Description:
============

FPGAmer is a framework to develop embedded games. Our development platform is 
the Xilinx University Program Virtex-II-Pro but not limited to that. FPGAmer 
includes custom hardware components plus a custom software framework and some 
sample games.


Author(s):
==========

 - Jonathan Schmidt <foz@equals-forty-two.com>
 - Mathieu Drapeau <mathieu.drapeau-paquin@polymtl.ca>

Directory structure:
=====================

-- doc          : Framework docmentation
-- edk10.1      : Xilinx EDK 10.1 solutions
  | -- xupv2p   : Xilinx University Program Virtex-II-Pro Platform code
-- games        : Game software code
-- hw           : Hardware components code (IP CORE and drivers)
-- sw           : Software code 
  | -- include  : Framework interface include files
  | -- fpgamer  : FPGAmer framework source code
  | -- wingamer : Win32 simulation code 
-- testapps     : Various application testbench
-- win32sim     : Win32 solutions for game samples