mirror of https://github.com/YosysHQ/icestorm.git
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| icebram.cc | ||
| makedemo.py | ||
| rundemo.sh | ||