- 07 Dec, 2023 1 commit
-
-
Marvin Meiers authored
When we switched to a newer kernel version in c64d3d0e, the cleanup_images.sh script no longer removed the linux kernel source folder, since it still used the old version number. Now, I use a regex to avoid this issue in the future.
-
- 05 Dec, 2023 3 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
There are now no more inline functions and a proper main function instead of top-level code. Functionality-wise, nothing was changed. Code was only rearranged and some comments added.
-
- 07 Nov, 2023 1 commit
-
-
Jonas Kaufmann authored
hot-fix for #75 but temporarliy breaks experiments that use Simics. We will fix this in a later commit.
-
- 05 Nov, 2023 8 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
Starting with Python3.11, asyncio.wait() doesn't accept coroutines anymore. Instead, we have to wrap every coroutine in a tasks.
-
Jonas Kaufmann authored
this flag was added added only recently which produces an error when used, for example, on Debian 12
-
- 05 Sep, 2023 2 commits
-
-
Marvin Meiers authored
Add new target `clean-external` to the Makefile, which triggers the clean task of the respective buid system for each external simulator. Each simulator can also be cleaned individually by using the targets `{simulator name}-clean` (e.g. `gem5-clean`). -
Marvin Meiers authored
`make distclean` now actually removes the external simulators
-
- 04 Sep, 2023 25 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
- change example experiment to pyexps/simple_ping.py - quickstart.rst: remove repeated information already found in README - README: add note that simbricks-run is only available in docker containers
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
- add `Error Opening images/output-base/base.raw` - move `Getting Help` to the beginning and add content
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-