XILINX FOUNDATION is a leading software package for digital systems design, synthesis, and implementation using FPGA and other programmable devices. A central concept is that of a project, which is a file (.pdf) containing information about the circuit(s) such as
Projects consist of many files and directories (folders). For example,
- andor.pdf - the top-level project file (essentially a data structure)
- andor - the main directory containing many files and directories, including
- lib - a directory
- xproj - a directory
- andor1.sch - source file containing digital schematic diagram
- andor1.des - simulation state file
- andor1.tve - waveform file
- andor.ucf - source file containing pin location specifications
- andor.bit - the final binary file that is downloaded to FPGA hardware
- numerous other files
In VHDL projects the VHDL source files (.vhd) are included in the main project directory.
In general you will create your own projects, but in this first instance you will download and install the andor project.
ANU Engineering - ENGN3213