From 3d89b3ff7108077090d7f12cd432340d4d8b7f62 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 21:10:40 +0200 Subject: [doc] some small updates to the small and probably outdated documentation --- doc/Allocators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Allocators.md') diff --git a/doc/Allocators.md b/doc/Allocators.md index 3148c45..9e0c8ff 100644 --- a/doc/Allocators.md +++ b/doc/Allocators.md @@ -37,7 +37,7 @@ and a python script exporting a global dictionary with the name `allocators`. ## Building Allocators To reproducible build allocators and patched version you can use the -classes `Allocator` and `Allocator_Sources` provided in `src/allocator.py`. - +classes `Allocator` and any `Artifact` subclass provided in `allocbench/allocator.py` +and `allocbench/artifact.py`. See [allocators/no_falsesharing.py](allocators/no_falsesharing.py) or [allocators/ba_allocators.py](allocators/ba_allocators.py) for examples. -- cgit v1.2.3