Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update variable name to PYTHON3 | Miodrag Milanovic | 2021-09-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #239 from xobs/python-bin-name | Miodrag Milanović | 2021-09-06 | 1 | -1/+1 |
|\ | | | | | Use $(PYTHON) in Makefiles instead of `python3` | ||||
| * | icetime: use $(PYTHON) in Makefile | Sean Cross | 2019-10-22 | 1 | -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 icetime | Miodrag Milanovic | 2020-07-08 | 1 | -1/+1 |
| | | |||||
* | | Prevent rebuilding timing files | Miodrag Milanovic | 2020-07-08 | 1 | -0/+2 |
| | | |||||
* | | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -8/+8 |
|/ | |||||
* | icetime: Add generated timings-*.cc files to .gitignore and make clean | Michael Buesch | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | icetime: Split timing 'get_delay' functions per device | Sylvain Munaut | 2019-03-20 | 1 | -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 binary | Nathan Rossi | 2018-09-03 | 1 | -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 databases | Clifford Wolf | 2018-07-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Initial 5k support in icetime (no support for new cells yet) | David Shah | 2017-11-24 | 1 | -2/+4 |
| | |||||
* | Fix up build system to work with emscripten | Robert Ou | 2017-11-15 | 1 | -1/+17 |
| | |||||
* | makefile: Make install target work for Windows | Robert Ou | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Clean up Makefiles | Elvira Khabirova | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | Added a new config variable CHIPDB_SUBDIR. It determines the subdir name | Salvador E. Tropea | 2016-10-13 | 1 | -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 Wolf | 2016-03-02 | 1 | -0/+4 |
| | |||||
* | Added/improved support for mxe-based win32 cross builds | Clifford Wolf | 2016-02-14 | 1 | -3/+4 |
| | |||||
* | Timing models for LP and HX devices | Clifford Wolf | 2016-02-01 | 1 | -3/+3 |
| | |||||
* | Improved icetime PREFIX handling | Clifford Wolf | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | icetime: fixed chipdb path issue for Arch Linux | Sebastian Bøe | 2016-01-23 | 1 | -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 options | Clifford Wolf | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | icetime progress | Clifford Wolf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | icetime progress | Clifford Wolf | 2016-01-15 | 1 | -2/+8 |
| | |||||
* | Renamed IceBox .txt files to .asc files | Clifford Wolf | 2016-01-01 | 1 | -2/+2 |
| | |||||
* | Added config.mk, correct DESTDIR/PREFIX usage | Clifford Wolf | 2015-12-31 | 1 | -5/+4 |
| | |||||
* | icetime progress | Clifford Wolf | 2015-10-29 | 1 | -0/+2 |
| | |||||
* | icetime progress | Clifford Wolf | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | icetime progress | Clifford Wolf | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | icetime progress | Clifford Wolf | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | icetime progress | Clifford Wolf | 2015-10-24 | 1 | -4/+4 |
| | |||||
* | Progress in icetime | Clifford Wolf | 2015-10-23 | 1 | -2/+9 |
| | |||||
* | Progress in icetime | Clifford Wolf | 2015-10-22 | 1 | -0/+1 |
| | |||||
* | Progress in icetime | Clifford Wolf | 2015-10-21 | 1 | -0/+11 |
| | |||||
* | Progress in icetime | Clifford Wolf | 2015-10-20 | 1 | -1/+0 |
| | |||||
* | Started work on icetime | Clifford Wolf | 2015-10-19 | 1 | -0/+25 |