- 13 Jun, 2024 1 commit
-
-
Jonas Kaufmann authored
Otherwise, `make documentation` fails in the devcontainer.
-
- 29 May, 2024 1 commit
-
-
Jonas Kaufmann authored
Our VS Code devcontainer is based on our buildenv container, so we directly modify the latter.
-
- 07 May, 2024 1 commit
-
-
Antoine Kaufmann authored
Before this, if registry or tag got set, we would still build all images starting from the docker hub regsitry version and latest tag.
-
- 20 Jun, 2022 6 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
This will push the images built by docker-images and docker-images-debug target, if they exist.
-
Antoine Kaufmann authored
This will result in make docker-images directly generating images with appropriate tags.
-
- 12 Jun, 2022 2 commits
-
-
Jialin Li authored
-
Antoine Kaufmann authored
-
- 11 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
simbricks/simbricks additionally with gem5.opt installed in addition to gem5.fast. About 1.1GB larger.
-
- 10 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
(this image takes very long to build)
-
- 09 Jun, 2022 3 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Jialin Li authored
-
- 02 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
-
- 26 May, 2022 2 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
High-level idea is to separate a out a base-protocol and library that the PCIe and network protocols layer over. The base-protocol includes synchronization and the basics of setting up queues, and transferring messages. So this will enable us to build protocol-agnostic pieces like proxies, loggers etc. A secondary goal down the line is to remove the fixed roles of "nics listen on pcie & network" while hosts and networks connect, instead making this dynamic. Unfortunately this is a big change touching just about every piece interfacing with simbricks. So this is also consolidating and restructuring our simbricks libraries and adapters, reducing copying of code etc. After this commit all simulators, ours and external ones, are broken till the respective commits fixing them.
-
- 15 Feb, 2021 1 commit
-
-
Antoine Kaufmann authored
-
- 11 Feb, 2021 2 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 07 Feb, 2021 1 commit
-
-
Antoine Kaufmann authored
-