Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix up minor xula2 typos | bryan newbold | 2013-10-09 | 2 | -2/+1 |
| | |||||
* | refactor project -> exampleproj | bryan newbold | 2013-10-09 | 4 | -367/+1 |
| | |||||
* | partially fix bug where synthesis continues after .ngc failure | bryan newbold | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | clean up main_xula2 a bit | bryan newbold | 2013-10-09 | 1 | -3/+6 |
| | |||||
* | move around device-specific Makefile includes for easier target swapping | bryan newbold | 2013-10-09 | 1 | -2/+5 |
| | |||||
* | spruce up sp605 build target | bryan newbold | 2013-10-09 | 3 | -30/+527 |
| | |||||
* | basic rot13 UART demo working | bryan newbold | 2013-10-08 | 3 | -0/+239 |
| | |||||
* | clean up test stuff | bryan newbold | 2013-10-08 | 9 | -112/+189 |
| | |||||
* | working xula2 sim/syn/prog system | bryan newbold | 2013-10-08 | 11 | -18/+289 |
| | |||||
* | don't have outputs depend on makefiles | bryan newbold | 2013-10-08 | 1 | -3/+3 |
| | | | | | | | | If the Makefiles are tweaked, it's up to the user to 'make clean' if necessary. The way things were previously, the entire project would get rebuilt after any trivial tweak or fix. | ||||
* | linting: ignore module/filename equivalence | bryan newbold | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | add test/ and isim/ system | bryan newbold | 2013-10-06 | 10 | -63/+214 |
| | |||||
* | fix old tb/tb.v | bryan newbold | 2013-10-04 | 1 | -15/+6 |
| | |||||
* | add concept of 'board' for seperate ucfs and top level modules | bryan newbold | 2013-10-04 | 5 | -24/+34 |
| | |||||
* | add autoimpact target (pre-select bitfile) | bryan newbold | 2013-10-04 | 1 | -0/+3 |
| | |||||
* | generic timingan target | bryan newbold | 2013-10-04 | 1 | -0/+3 |
| | |||||
* | backport improvements from SNG project | bryan newbold | 2013-10-04 | 2 | -3/+8 |
| | |||||
* | changed build-commits to have one argument | Andrew J Meyer | 2013-08-19 | 1 | -3/+9 |
| | |||||
* | added build commits script | Andrew J Meyer | 2013-08-19 | 1 | -0/+31 |
| | |||||
* | typo: pre-par .ncd file for partial_timing analysis | bryan newbold | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | parameterize unconstrained timing analysis | bryan newbold | 2013-06-27 | 1 | -2/+3 |
| | |||||
* | commit an .xco as an example of stripped project metadata | bryan newbold | 2013-06-27 | 1 | -0/+76 |
| | |||||
* | a better minimalist project, including a timing constraint | bryan newbold | 2013-06-27 | 2 | -31/+39 |
| | |||||
* | fix bugs with trce and par | bryan newbold | 2013-06-27 | 1 | -4/+4 |
| | |||||
* | break out synth_effort as a variable | bryan newbold | 2013-06-27 | 1 | -2/+3 |
| | |||||
* | fix potential problem with old etwr target | bryan newbold | 2013-06-27 | 1 | -1/+1 |
| |