aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xula2: add note about pyusb 1.0 vs. 0.xHEADmasterbryan newbold2015-06-241-0/+5
|
* fix typo in READMEbryan newbold2014-05-021-1/+1
|
* update TODO listbryan newbold2014-05-021-0/+7
|
* verilog indentation style cleanupbryan newbold2014-03-253-113/+113
|
* re-order Makefile incluesbryan newbold2014-03-251-3/+3
|
* add default/generic bitconf filebryan newbold2014-03-251-0/+1
|
* better 'make help' headerbryan newbold2014-03-241-1/+1
|
* remove duplicate 'make help' entrybryan newbold2014-03-241-1/+0
|
* lint: add color, recursive include, Xilinx primitivesbryan newbold2014-03-242-1/+11
| | | | | | | All subdirectories below ./hdl are now added to the lint search path. %Error and %Warning get colorized. Xilinx Unisim primitives use empty template definitions; errors in this file are ignored using a verilator config file.
* fix isim target (remove 'simulate')bryan newbold2014-03-241-1/+1
|
* quick start: commit all the thingsbryan newbold2014-02-071-1/+1
|
* fix bitfile outputsbryan newbold2014-01-281-1/+2
|
* buildsys: don't actually need to copy around .ngc'sbryan newbold2013-12-191-3/+2
|
* buildsys: hack to ensure correct target is selectedbryan newbold2013-12-191-0/+1
|
* buildsys: DEFAULT not DEFAULT_GOALbryan newbold2013-12-191-1/+1
|
* buildsys: par_ and map_timing PHONY correctionsbryan newbold2013-11-271-1/+1
|
* allow extending bitfile list on a per-board basisbryan newbold2013-11-241-4/+11
|
* buildsys: allow sim-only HDL file listsbryan newbold2013-11-211-5/+11
|
* buildsys: force gmake failure for more targetsbryan newbold2013-11-211-0/+7
|
* xula2 upload commonly requires rootbryan newbold2013-11-181-2/+2
|
* update licensing infobryan newbold2013-11-184-3/+81
|
* update TODO listbryan newbold2013-11-131-31/+2
|
* add 'xreport' launcher targetbryan newbold2013-11-132-2/+6
|
* colorize bitgen errorsbryan newbold2013-11-131-4/+4
|
* clean up simulation targetsbryan newbold2013-11-133-27/+26
| | | | | | | Proper prereqs for simulation/test targets. This commit should fix old "iSim runs with old files even if there was a bug" errors.
* 'untouchcores' target (see README)bryan newbold2013-11-133-0/+53
|
* docs in contrib/READMEbryan newbold2013-11-131-0/+14
|
* TODO updatesbryan newbold2013-11-131-2/+6
|
* move complicated.v to contrib directorybryan newbold2013-11-132-1/+1
|
* add status messages to bitfile generationbryan newbold2013-11-131-0/+2
|
* really squelch (most) xula2 unused chan warnings (finally)bryan newbold2013-11-131-6/+4
|
* fix bugs with copying _xmsgs to logsbryan newbold2013-11-131-3/+3
|
* update template's TODO filebryan newbold2013-11-131-18/+16
|
* misc small improvementsbryan newbold2013-11-122-5/+40
| | | | | more aliases help target
* rename some targetsbryan newbold2013-11-121-8/+8
| | | | | | | | "partial_" -> "map_" "final_" -> "par_" "clean" -> "mostlyclean" "cleanall" -> "clean" fix typos
* add a "complicated" Makefile for testingbryan newbold2013-11-122-0/+113
| | | | Also the corresponding top-level module (for Xula2)
* hack fix for bug with include orderingbryan newbold2013-11-125-16/+22
| | | | | | There seems to be a problem with the default target being overriden when a board-specific file is included before xilinx.mk. Workaround is to include targets last.
* reorder contrib/xilinx.mk; re-instate ./bitfile/bryan newbold2013-11-121-16/+25
| | | | | Bitfiles, timing reports, and par netlists now get saved in ./bitfiles/ for every rebuild (determined by bitfile rebuild).
* clean up cleaning (heh)bryan newbold2013-11-121-3/+13
| | | | | This commit fixes an old problem where coregen files get wiped by a 'clean'. To completely clear out coregen'd stuff, now use 'cleanall'
* fix typos revealed by going through QUICK_STARTbryan newbold2013-11-123-3/+10
|
* stick some basic comments into aj's build-commits.shbryan newbold2013-11-121-1/+7
|
* Part 3 of refactoring template files into ./contribbryan newbold2013-11-124-43/+129
| | | | Docs!
* Part 2 of refactoring template files into ./contribbryan newbold2013-11-122-58/+99
| | | | | | | This commit moves Makefile to Makefile.example. Projects using this template must now explicitly move this file to Makefile and edit it. Effectively BROKEN without Part 3, which documents this change.
* Part 1 of refactoring template files into ./contribbryan newbold2013-11-1215-87/+173
| | | | | | | | BROKEN without later parts (documentation and Makefile updates) This commit moves and deletes a lot of Xula2 and SP605 files around. It also includes a large cleanup of xilinx.mk
* minor cleanup of lint targetbryan newbold2013-11-121-1/+1
|
* fold BUGS into TODO.templatebryan newbold2013-11-122-2/+2
|
* initial VHDL supportbryan newbold2013-11-122-4/+19
|
* add old TODO requests from AJbryan newbold2013-10-291-0/+25
|
* need to specify .pcf file to bitgen for some casesbryan newbold2013-10-211-1/+1
| | | | This was related to an "ERROR:PhysDesignRules:2199"
* commit TODO listbryan newbold2013-10-091-0/+18
|