Skip to content

Commit 5cf4e1e

Browse files
committed
Add support for generating sortKB, memory, and debugger
1 parent d8696ad commit 5cf4e1e

File tree

6 files changed

+341
-74
lines changed

6 files changed

+341
-74
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ packages = [
4242
]
4343

4444
[tool.poe.tasks]
45-
build = "python -m mlogv32.preprocessor build src/cpu/config.yaml"
46-
build-cpu = "python -m mlogv32.preprocessor build src/cpu/config.yaml --cpu"
45+
build = "python -m mlogv32.preprocessor build src/cpu/cpu.yaml"
46+
build-cpu = "python -m mlogv32.preprocessor build src/cpu/cpu.yaml --cpu"
4747

4848
[tool.ruff]
4949
extend-exclude = [

0 commit comments

Comments
 (0)