aboutsummaryrefslogtreecommitdiffstats
path: root/icetime/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update variable name to PYTHON3Miodrag Milanovic2021-09-061-2/+2
|
* Merge pull request #239 from xobs/python-bin-nameMiodrag Milanović2021-09-061-1/+1
|\ | | | | Use $(PYTHON) in Makefiles instead of `python3`
| * icetime: use $(PYTHON) in MakefileSean Cross2019-10-221-1/+1
| | | | | | | | | | | | Allow the name of the Python interpreter to be changed. Signed-off-by: Sean Cross <sean@xobs.io>
* | Enable rest of lattice parts in icetimeMiodrag Milanovic2020-07-081-1/+1
| |
* | Prevent rebuilding timing filesMiodrag Milanovic2020-07-081-0/+2
| |
* | Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-8/+8
|/
* icetime: Add generated timings-*.cc files to .gitignore and make cleanMichael Buesch2019-06-071-1/+1
|
* icetime: Split timing 'get_delay' functions per deviceSylvain Munaut2019-03-201-8/+6
| | | | | | | This should reduce the memory requirement during build of icetime, not trying to compile one huge file all at once Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* icetime: Add support for searching for chipdb relative to binaryNathan Rossi2018-09-031-1/+2
| | | | | | | | | | | | | | | Like yosys and arachne-pnr, allow for searching for the desired chipdb file relative to the executing binaries directory. This allows for portable builds of icetime without needing to specify the exact path to the needed chipdb file with the -C arg. In order to support this icetime must be able to get the "proc_self_dirname" path just like yosys and arachne-pnr. As such copy the equivalent code to get this path information. To avoid cluttering the icetime.cc file with this code, place it in a separate iceutil.cc file. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Also install text timing databasesClifford Wolf2018-07-301-0/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Initial 5k support in icetime (no support for new cells yet)David Shah2017-11-241-2/+4
|
* Fix up build system to work with emscriptenRobert Ou2017-11-151-1/+17
|
* makefile: Make install target work for WindowsRobert Ou2017-07-161-2/+2
|
* Clean up MakefilesElvira Khabirova2017-02-121-2/+2
|
* Added a new config variable CHIPDB_SUBDIR. It determines the subdir nameSalvador E. Tropea2016-10-131-1/+1
| | | | | | used in $(PREFIX)/share/ to install the chip database. This provides a mechanism to choose a directory different than icebox (default). I.e. fpga-icestorm/chipdb for Debian.
* Added Makefile support for "make STATIC=1"Clifford Wolf2016-03-021-0/+4
|
* Added/improved support for mxe-based win32 cross buildsClifford Wolf2016-02-141-3/+4
|
* Timing models for LP and HX devicesClifford Wolf2016-02-011-3/+3
|
* Improved icetime PREFIX handlingClifford Wolf2016-01-231-1/+1
|
* icetime: fixed chipdb path issue for Arch LinuxSebastian Bøe2016-01-231-1/+1
| | | | | | | | | | | Icetime was hardcoding the path to chipdb as /usr/local/share causing icetime to not find the chip db on Arch Linux where the prefix is just /usr/share. With this commit the PREFIX is passed as a preprocessor define and used in icetime.cc to create the correct path. I don't know what the canonical way of dealing with this is, but this was the least intrusive way I could think of to get this fixed.
* added icetime -o/-r optionsClifford Wolf2016-01-181-2/+2
|
* icetime progressClifford Wolf2016-01-151-1/+1
|
* icetime progressClifford Wolf2016-01-151-2/+8
|
* Renamed IceBox .txt files to .asc filesClifford Wolf2016-01-011-2/+2
|
* Added config.mk, correct DESTDIR/PREFIX usageClifford Wolf2015-12-311-5/+4
|
* icetime progressClifford Wolf2015-10-291-0/+2
|
* icetime progressClifford Wolf2015-10-291-1/+1
|
* icetime progressClifford Wolf2015-10-271-2/+2
|
* icetime progressClifford Wolf2015-10-241-2/+2
|
* icetime progressClifford Wolf2015-10-241-4/+4
|
* Progress in icetimeClifford Wolf2015-10-231-2/+9
|
* Progress in icetimeClifford Wolf2015-10-221-0/+1
|
* Progress in icetimeClifford Wolf2015-10-211-0/+11
|
* Progress in icetimeClifford Wolf2015-10-201-1/+0
|
* Started work on icetimeClifford Wolf2015-10-191-0/+25