aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.example
Commit message (Collapse)AuthorAgeFilesLines
* re-order Makefile incluesbryan newbold2014-03-251-3/+3
|
* lint: add color, recursive include, Xilinx primitivesbryan newbold2014-03-241-0/+3
| | | | | | | 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.
* buildsys: hack to ensure correct target is selectedbryan newbold2013-12-191-0/+1
|
* hack fix for bug with include orderingbryan newbold2013-11-121-4/+5
| | | | | | 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.
* Part 2 of refactoring template files into ./contribbryan newbold2013-11-121-0/+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.