- 05 Apr, 2023 2 commits
-
-
Antoine Kaufmann authored
The newer linux drivers now use 16b instead of 32b descriptors. So far this leads to an abort. This adds proper support for 16b descriptors.
-
Antoine Kaufmann authored
Depending on the order some of the constructors get executed, instances of the logger can end up with a null pointer for the runner. This led to a segfault when calling TimePs() on that nullptr. Here we fix this in two steps: first the logger takes a device pointer, which in turn contains a pointer to the runner that will eventually be initialized. Also fix up the logger to simply use 0 as a timestamp for log events before the runner is there.
-
- 14 Feb, 2023 7 commits
-
-
Antoine Kaufmann authored
-
Jialin Li authored
P4 implementation of memory steering and address translation with the tofino simulator.
-
Hejing Li authored
Basic switch simulator that can steer network memory requests to different network attached memory modules based on a configured address mapping. The switch also performs address translation. Co-authored-by:GAO Bin <bingao.cs@gmail.com>
-
GAO Bin authored
Basic behavioral simulator for a memory controller to access network attached memory accessed via a simple UDP protocol. Co-authored-by:
Hejing Li <hajeongee@gmail.com> Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org>
-
GAO Bin authored
Basic behavioral simulator for a network attached memory accessed via a simple UDP protocol. Co-authored-by:
Hejing Li <hajeongee@gmail.com> Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org>
-
Hejing Li authored
A very simple UDP-based protocol for accessing network-attached memories.
-
Hejing Li authored
Basic behavioral memory simulator that implements the new memory protocol. Co-authored-by:
Antoine Kaufmann <antoinek@mpi-sws.org> Co-authored-by:
Jonas Kaufmann <jokau03@gmail.com>
-
- 13 Feb, 2023 1 commit
-
-
Antoine Kaufmann authored
-
- 12 Jul, 2022 1 commit
-
-
Jonas Kaufmann authored
-
- 08 Jul, 2022 3 commits
-
-
Antoine Kaufmann authored
make lint should pass again now
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 18 Jun, 2022 3 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 17 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
-
- 12 Jun, 2022 2 commits
-
-
Antoine Kaufmann authored
-
Hejing Li authored
-
- 11 Jun, 2022 2 commits
-
-
Antoine Kaufmann authored
-
Jialin Li authored
-
- 10 Jun, 2022 2 commits
-
-
Antoine Kaufmann authored
Empty structs are not standard C and sizeof for them in gcc is zero but for c++ is 1.
-
Antoine Kaufmann authored
(uses SimBricksBaseIfEstablish)
-
- 08 Jun, 2022 2 commits
-
-
Antoine Kaufmann authored
As the python scripts pass the same arguments to both. We had dropped the sync mode here but not in nicbm. For now just make it consistent
-
Jialin Li authored
-
- 07 Jun, 2022 2 commits
- 06 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
-
- 05 Jun, 2022 11 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Currently sequence number is printed signed, while gem5 prints it unsigned as it should be.
-
Antoine Kaufmann authored
Previously we were calling completions etc. directly, but then the prioritization does not match what gem5 does. This is slightly slower, but we want to match gem5 exactly here.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Also splits out arg parsing from running so code can use the mac address in initializationg before calling run.
-
Jialin Li authored
-
Hejing Li authored
-