gem5-aladdin icon indicating copy to clipboard operation
gem5-aladdin copied to clipboard

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.

Results 21 gem5-aladdin issues
Sort by recently updated
recently updated
newest added

gem5 has not yet fully migrated to Python3, but the version of Scons we use in the docker image has, which causes issues like this if the user just runs...

For each algorithm of MachSuite, how to generate the corresponding executable file and the necessary files configured in gem.5.cfg such as dynamic_trace.gz? For example, I want to simulate the test_aes...

When I try to compile gem5 using `scons buid/X86/gem5.opt ` I get this error `ImportError: cannot import name MemTraceProbe` File "/data/omran/emerald/gem5-aladdin/src/aladdin/gem5/HybridDatapath.py", line 2: from m5.objects import CommMonitor, Cache, MemTraceProbe

Appears while executing __to_nodes(self)

Hi, I was trying to run the fft test in SHOC. In the normal mode (without dma) it makes the dynamic trace but it does not give out the power...

Hi. As the title. I wonder can we make the simulation with datawidth=1byte (8bits). such as 8-bit fixed-point. and system_bus =32 or 64 bits?

I hope that systolic array is not a strange name nowadays. I see a lot of custom accelerators (like TPU) use systolic array as very crucial part in their design....

When accelerator type is set to aladdin then does it imply a certain configuration of how the PE's are arranged? If I wish to change the number of PE's, say...

Hi, devs! I encounter some problems(which is similar to(https://github.com/harvard-acc/gem5-aladdin/issues/35. The message looks like an error not a waning) when i use gem5-aladdin with `test_loop_sampling` test Error ``` root@e426682e09dc:/workspace/gem5-aladdin/src/aladdin/integration-test/with-cpu/test_loop_sampling# sh run.sh...

I have written about this in the gem5-aladdin group some time ago but `configs/aladdin/aladdin_se.py` needs some further configuration to set the CPU clock correctly or CPU will be set at...