Sunflower Full-System Hardware Emulator and Physical System Simulator for Sensor-Driven Systems. Built-in architecture modeling of Hitachi SH (j-core), RISC-V, and more.
Use C99 platform-independent formatting specifiers throughout (e.g., %zu for size_t and %"PRIu32" for uint32_t), replacing the current mix of %d and UH8LONGFMT etc.
Use C99 platform-independent formatting specifiers throughout (e.g.,
%zu
forsize_t
and%"PRIu32"
foruint32_t
), replacing the current mix of%d
andUH8LONGFMT
etc.