sunflower-embedded-system-emulator
sunflower-embedded-system-emulator copied to clipboard
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.
**Description** This issue contains notes for successful installation of sunflower in macOS. In macOS 10.14.6 sunflower-toolchain installation fails if isl library is a higher version than 0.18. The errors related...
Addresses: https://github.com/physical-computation/sunflower-embedded-system-emulator/issues/196
There are a list of packages mentioned in step 1 of the sunflower-toolchain readme. These seem to be required to build the cross compiler but they are not mentioned in...
**Is your feature request related to a problem?** In a Unix-like (MacOs, Linux, etc.) OS in the case of command line execution of a binary, the arguments of the main...
**Is your feature request related to a problem?** Currently the port directory for portable code is inside the superh directory. I propose that we move it out from the superh...
**List of examples that fail to compile:** ALPBench Sieve Sphinx3 MiBench/automotive/bitcount MiBench/automotive/qsort MiBench/automotive/susan MiBench/network/patricia MiBench/office/ispell MiBench/security/blowfish MiBench/security/rijndael MiBench/security/sha MiBench/telecomm/adpcm MiBench/telecomm/CRC32 MiBench/telecomm/FFT MiBench/telecomm/gsm fftw-3.3alpha1 swradio-pthread libsfpthread
**Describe the bug** The downloads.sh script fails to download newlib **To Reproduce** Steps to reproduce the behavior: run command .\downloads.sh in tools/source **Expected behavior** ```meechy@DESKTOP-6HGF0HH:~/sunflower-simulator/tools/source$ ./downloads.sh --2020-12-16 11:30:10-- ftp://ftp.gnu.org/pub/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.gz =>...
**Describe the bug** `dumppipe` segfaults for superH when `SF_NUMA` is 0 **To Reproduce** Steps to reproduce the behavior: 1. Set `SF_NUMA` to 0 in `config.h`. 2. Re-compile sf. 3. Run...
**Change** The original code in physics.c would sum up all the sensor values in reading for all sensors except sensor 0. I have modified the code such that the reading...