OpenCores
Issue List
svn co #1
Open openemu opened this issue almost 13 years ago
openemu commented almost 13 years ago

the svn co doesn't give a complete project

openemu commented almost 13 years ago

Type your text here

OmarMokhtar commented almost 13 years ago

When you click on "Download" you'll get a file called "graphicsaccelerator_latest.tar.gz , extract it .. In the Trunk Folder, you'll Find a file called "LineFPGA.xise" .. This file is a Xilinx ISE WebPack Project .. It contains all the project files .. If you don't use Xilinx .. you'll Just find the VHDL code in the following files :

VGA_Top.vhd -> Top Level Module

The main job is done here : FrameBuffer2.vhd -> For Storing the image Synchronizer.vhd -> For interfacing the Screen Bresenhamer.vhd -> For Drawing the Line

Other add-ons: Debouncer.vhd -> Debounce the button clicks Pointer.vhd -> Deals with the pointer that decides the points where a line will be drawn FreqDiv.vhd -> Divides Clk Frequency


Assignee
No one
Labels
Bug