From 18a9e5e2234c121171b5f89f361dbcb11ec6e121 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sun, 18 Apr 2021 23:15:48 +0200 Subject: [PATCH] updated todo in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f26592d..baf1523 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ See [docs/debugging.md](docs/debugging.md) for more info. * RISC-V reference card: https://www.cl.cam.ac.uk/teaching/1617/ECAD+Arch/files/docs/RISCVGreenCardv8-20151013.pdf ## TODO: - * Move cpu instructions to different file, allow for instruction set selection and composition * Add a cycle limit to the options and CPU to catch infinite loops * Move away from `print` and use `logging.logger` instead