From 0c85643ea8b640462d0b54fd0efe96d379cfca2f Mon Sep 17 00:00:00 2001 From: Paul Scheffler Date: Thu, 28 Nov 2024 23:35:54 +0100 Subject: [PATCH] docs: Document CLIC simulation config --- docs/tg/sim.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tg/sim.md b/docs/tg/sim.md index 71121554..c51bd9f3 100644 --- a/docs/tg/sim.md +++ b/docs/tg/sim.md @@ -27,6 +27,7 @@ The `SELCFG` environment variable selects the Cheshire configuration used in sim | -------- | ----------------------------------------- | | 0 | Default configuration from `cheshire_pkg` | | 1 | AXI-RT-enabled configuration | +| 2 | CLIC-enabled configuration | The `USE_DRAMSYS` environment variable controls whether simulations are linked against and use DRAMSys for DRAM simulation. Note that before starting a simulation using DRAMSys, it must be built with `make chs-dramsys-all` first.