Menu

Tree [ffac66] master /
 History

HTTPS access


File Date Author Commit
 debugboard 2012-09-10 stack stack [7d72a1] ok all files added
 src 2012-09-20 stacksmith stacksmith [eef87c] cleanup
 xdl 2012-09-17 stacksmith stacksmith [7950ef] makefile
 README.md 2012-09-20 stacksmith stacksmith [ffac66] updating file extension

Read Me

FPGASM TEST

The src directory contains test source for fpgasm. Note that the new extension format is:
.fa for fpgasm top files
.fai for fpgasm include files
.ham - old extension, deprecated

To quickly check for errors,

fpgasm <filename>.ham (or .fa)

To build and optionally burn an FPGA, run:

build <filename> [burn]

(no exension!) This creates an xdl file in the ../xdl directory and invokes a makefile that runs the Xilinx stuff.