diff --git a/src/chips/common/wokwi-api.h b/src/simulation/chips/common/wokwi-api.h similarity index 100% rename from src/chips/common/wokwi-api.h rename to src/simulation/chips/common/wokwi-api.h diff --git a/src/chips/main-display/Makefile b/src/simulation/chips/main-display/Makefile similarity index 100% rename from src/chips/main-display/Makefile rename to src/simulation/chips/main-display/Makefile diff --git a/src/chips/main-display/chip.json b/src/simulation/chips/main-display/chip.json similarity index 100% rename from src/chips/main-display/chip.json rename to src/simulation/chips/main-display/chip.json diff --git a/src/chips/main-display/dist/chip.json b/src/simulation/chips/main-display/dist/chip.json similarity index 100% rename from src/chips/main-display/dist/chip.json rename to src/simulation/chips/main-display/dist/chip.json diff --git a/src/chips/main-display/dist/chip.wasm b/src/simulation/chips/main-display/dist/chip.wasm similarity index 100% rename from src/chips/main-display/dist/chip.wasm rename to src/simulation/chips/main-display/dist/chip.wasm diff --git a/src/chips/main-display/src/main.c b/src/simulation/chips/main-display/src/main.c similarity index 100% rename from src/chips/main-display/src/main.c rename to src/simulation/chips/main-display/src/main.c diff --git a/src/chips/main-display/wokwi-api.h b/src/simulation/chips/main-display/wokwi-api.h similarity index 100% rename from src/chips/main-display/wokwi-api.h rename to src/simulation/chips/main-display/wokwi-api.h diff --git a/src/chips/nfc-reader/Makefile b/src/simulation/chips/nfc-reader/Makefile similarity index 100% rename from src/chips/nfc-reader/Makefile rename to src/simulation/chips/nfc-reader/Makefile diff --git a/src/chips/nfc-reader/chip.json b/src/simulation/chips/nfc-reader/chip.json similarity index 100% rename from src/chips/nfc-reader/chip.json rename to src/simulation/chips/nfc-reader/chip.json diff --git a/src/chips/nfc-reader/dist/chip.json b/src/simulation/chips/nfc-reader/dist/chip.json similarity index 100% rename from src/chips/nfc-reader/dist/chip.json rename to src/simulation/chips/nfc-reader/dist/chip.json diff --git a/src/chips/nfc-reader/dist/chip.wasm b/src/simulation/chips/nfc-reader/dist/chip.wasm similarity index 100% rename from src/chips/nfc-reader/dist/chip.wasm rename to src/simulation/chips/nfc-reader/dist/chip.wasm diff --git a/src/chips/nfc-reader/src/main.c b/src/simulation/chips/nfc-reader/src/main.c similarity index 100% rename from src/chips/nfc-reader/src/main.c rename to src/simulation/chips/nfc-reader/src/main.c diff --git a/src/chips/nfc-reader/wokwi-api.h b/src/simulation/chips/nfc-reader/wokwi-api.h similarity index 100% rename from src/chips/nfc-reader/wokwi-api.h rename to src/simulation/chips/nfc-reader/wokwi-api.h diff --git a/src/chips/secondary-display/Makefile b/src/simulation/chips/secondary-display/Makefile similarity index 100% rename from src/chips/secondary-display/Makefile rename to src/simulation/chips/secondary-display/Makefile diff --git a/src/chips/secondary-display/chip.json b/src/simulation/chips/secondary-display/chip.json similarity index 100% rename from src/chips/secondary-display/chip.json rename to src/simulation/chips/secondary-display/chip.json diff --git a/src/chips/secondary-display/dist/chip.json b/src/simulation/chips/secondary-display/dist/chip.json similarity index 100% rename from src/chips/secondary-display/dist/chip.json rename to src/simulation/chips/secondary-display/dist/chip.json diff --git a/src/chips/secondary-display/dist/chip.wasm b/src/simulation/chips/secondary-display/dist/chip.wasm similarity index 100% rename from src/chips/secondary-display/dist/chip.wasm rename to src/simulation/chips/secondary-display/dist/chip.wasm diff --git a/src/chips/secondary-display/src/main.c b/src/simulation/chips/secondary-display/src/main.c similarity index 100% rename from src/chips/secondary-display/src/main.c rename to src/simulation/chips/secondary-display/src/main.c diff --git a/src/chips/secondary-display/wokwi-api.h b/src/simulation/chips/secondary-display/wokwi-api.h similarity index 100% rename from src/chips/secondary-display/wokwi-api.h rename to src/simulation/chips/secondary-display/wokwi-api.h diff --git a/src/diagram.json b/src/simulation/diagram.json similarity index 100% rename from src/diagram.json rename to src/simulation/diagram.json diff --git a/src/wokwi.toml b/src/simulation/wokwi.toml similarity index 100% rename from src/wokwi.toml rename to src/simulation/wokwi.toml