icestorm/icebram
Marian Buschsieweke b171bdf665
icebram,icepack: use correct format specifiers for size
For printing `size_t` the format specifier `%lu` was used in the code.
However, `%lu` is used to print `unsigned long`. The correct format
specifier for `size_t` is `%zu`, so let's use that.
2024-06-21 23:36:34 +02:00
..
.gitignore Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent 2022-09-15 06:32:45 -04:00
Makefile Support custom PROGRAM_PREFIX 2020-04-10 10:05:17 +02:00
icebram.cc icebram,icepack: use correct format specifiers for size 2024-06-21 23:36:34 +02:00
makedemo.py Finished icebram 2016-05-15 00:37:45 +02:00
rundemo.sh Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent 2022-09-15 06:32:45 -04:00