| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | xula2: add note about pyusb 1.0 vs. 0.xHEADmaster | bryan newbold | 2015-06-24 | 1 | -0/+5 | 
| | | |||||
| * | fix typo in README | bryan newbold | 2014-05-02 | 1 | -1/+1 | 
| | | |||||
| * | update TODO list | bryan newbold | 2014-05-02 | 1 | -0/+7 | 
| | | |||||
| * | verilog indentation style cleanup | bryan newbold | 2014-03-25 | 3 | -113/+113 | 
| | | |||||
| * | re-order Makefile inclues | bryan newbold | 2014-03-25 | 1 | -3/+3 | 
| | | |||||
| * | add default/generic bitconf file | bryan newbold | 2014-03-25 | 1 | -0/+1 | 
| | | |||||
| * | better 'make help' header | bryan newbold | 2014-03-24 | 1 | -1/+1 | 
| | | |||||
| * | remove duplicate 'make help' entry | bryan newbold | 2014-03-24 | 1 | -1/+0 | 
| | | |||||
| * | lint: add color, recursive include, Xilinx primitives | bryan newbold | 2014-03-24 | 2 | -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 newbold | 2014-03-24 | 1 | -1/+1 | 
| | | |||||
| * | quick start: commit all the things | bryan newbold | 2014-02-07 | 1 | -1/+1 | 
| | | |||||
| * | fix bitfile outputs | bryan newbold | 2014-01-28 | 1 | -1/+2 | 
| | | |||||
| * | buildsys: don't actually need to copy around .ngc's | bryan newbold | 2013-12-19 | 1 | -3/+2 | 
| | | |||||
| * | buildsys: hack to ensure correct target is selected | bryan newbold | 2013-12-19 | 1 | -0/+1 | 
| | | |||||
| * | buildsys: DEFAULT not DEFAULT_GOAL | bryan newbold | 2013-12-19 | 1 | -1/+1 | 
| | | |||||
| * | buildsys: par_ and map_timing PHONY corrections | bryan newbold | 2013-11-27 | 1 | -1/+1 | 
| | | |||||
| * | allow extending bitfile list on a per-board basis | bryan newbold | 2013-11-24 | 1 | -4/+11 | 
| | | |||||
| * | buildsys: allow sim-only HDL file lists | bryan newbold | 2013-11-21 | 1 | -5/+11 | 
| | | |||||
| * | buildsys: force gmake failure for more targets | bryan newbold | 2013-11-21 | 1 | -0/+7 | 
| | | |||||
| * | xula2 upload commonly requires root | bryan newbold | 2013-11-18 | 1 | -2/+2 | 
| | | |||||
| * | update licensing info | bryan newbold | 2013-11-18 | 4 | -3/+81 | 
| | | |||||
| * | update TODO list | bryan newbold | 2013-11-13 | 1 | -31/+2 | 
| | | |||||
| * | add 'xreport' launcher target | bryan newbold | 2013-11-13 | 2 | -2/+6 | 
| | | |||||
| * | colorize bitgen errors | bryan newbold | 2013-11-13 | 1 | -4/+4 | 
| | | |||||
| * | clean up simulation targets | bryan newbold | 2013-11-13 | 3 | -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 newbold | 2013-11-13 | 3 | -0/+53 | 
| | | |||||
| * | docs in contrib/README | bryan newbold | 2013-11-13 | 1 | -0/+14 | 
| | | |||||
| * | TODO updates | bryan newbold | 2013-11-13 | 1 | -2/+6 | 
| | | |||||
| * | move complicated.v to contrib directory | bryan newbold | 2013-11-13 | 2 | -1/+1 | 
| | | |||||
| * | add status messages to bitfile generation | bryan newbold | 2013-11-13 | 1 | -0/+2 | 
| | | |||||
| * | really squelch (most) xula2 unused chan warnings (finally) | bryan newbold | 2013-11-13 | 1 | -6/+4 | 
| | | |||||
| * | fix bugs with copying _xmsgs to logs | bryan newbold | 2013-11-13 | 1 | -3/+3 | 
| | | |||||
| * | update template's TODO file | bryan newbold | 2013-11-13 | 1 | -18/+16 | 
| | | |||||
| * | misc small improvements | bryan newbold | 2013-11-12 | 2 | -5/+40 | 
| | | | | | | more aliases help target | ||||
| * | rename some targets | bryan newbold | 2013-11-12 | 1 | -8/+8 | 
| | | | | | | | | | "partial_" -> "map_" "final_" -> "par_" "clean" -> "mostlyclean" "cleanall" -> "clean" fix typos | ||||
| * | add a "complicated" Makefile for testing | bryan newbold | 2013-11-12 | 2 | -0/+113 | 
| | | | | | Also the corresponding top-level module (for Xula2) | ||||
| * | hack fix for bug with include ordering | bryan newbold | 2013-11-12 | 5 | -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 newbold | 2013-11-12 | 1 | -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 newbold | 2013-11-12 | 1 | -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_START | bryan newbold | 2013-11-12 | 3 | -3/+10 | 
| | | |||||
| * | stick some basic comments into aj's build-commits.sh | bryan newbold | 2013-11-12 | 1 | -1/+7 | 
| | | |||||
| * | Part 3 of refactoring template files into ./contrib | bryan newbold | 2013-11-12 | 4 | -43/+129 | 
| | | | | | Docs! | ||||
| * | Part 2 of refactoring template files into ./contrib | bryan newbold | 2013-11-12 | 2 | -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 ./contrib | bryan newbold | 2013-11-12 | 15 | -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 target | bryan newbold | 2013-11-12 | 1 | -1/+1 | 
| | | |||||
| * | fold BUGS into TODO.template | bryan newbold | 2013-11-12 | 2 | -2/+2 | 
| | | |||||
| * | initial VHDL support | bryan newbold | 2013-11-12 | 2 | -4/+19 | 
| | | |||||
| * | add old TODO requests from AJ | bryan newbold | 2013-10-29 | 1 | -0/+25 | 
| | | |||||
| * | need to specify .pcf file to bitgen for some cases | bryan newbold | 2013-10-21 | 1 | -1/+1 | 
| | | | | | This was related to an "ERROR:PhysDesignRules:2199" | ||||
| * | commit TODO list | bryan newbold | 2013-10-09 | 1 | -0/+18 | 
| | | |||||
