icestorm/icetime
Nathan Rossi c1c13f3b3e icetime: Add support for searching for chipdb relative to binary
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>
2018-09-03 23:11:26 +10:00
..
.gitignore Added/improved support for mxe-based win32 cross builds 2016-02-14 13:47:27 +01:00
Makefile icetime: Add support for searching for chipdb relative to binary 2018-09-03 23:11:26 +10:00
cells.v icetime progress 2016-01-01 00:32:28 +01:00
icetime.cc icetime: Add support for searching for chipdb relative to binary 2018-09-03 23:11:26 +10:00
iceutil.cc icetime: Add support for searching for chipdb relative to binary 2018-09-03 23:11:26 +10:00
mktest.py icefuzz improvements (hacks for sbtimer device info) 2016-01-16 12:35:04 +01:00
show.sh Renamed IceBox .txt files to .asc files 2016-01-01 15:08:41 +01:00
timings.py Working DSP timing analysis 2018-01-26 19:08:16 +00:00