icestorm/icetime
Ed Maste e52149944e icetime: avoid string + int Clang warning
Clang warns that "adding 'int' to a string does not append to the string".
Although a false positive it's trivially avoided by using the array index
equivalent &PREFIX[1].
2020-05-28 13:33:47 -04:00
..
.gitignore icetime: Add generated timings-*.cc files to .gitignore and make clean 2019-06-07 22:55:48 +02:00
Makefile Support custom PROGRAM_PREFIX 2020-04-10 10:05:17 +02:00
cells.v icetime progress 2016-01-01 00:32:28 +01:00
icetime.cc Explicit include to compile with GCC 10 2020-04-17 12:27:17 +02:00
iceutil.cc icetime: avoid string + int Clang warning 2020-05-28 13:33:47 -04: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 Add missing C headers to timings.py 2019-05-22 11:59:21 +02:00