From 983f9ef2873715000e24fa104fdceda3adc7ba27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sat, 13 Jan 2024 12:57:51 +0100 Subject: [PATCH] Add TODO text file The TODO list is quite short and not detailed. But better have it when it is not needed yet than not have it when ideas are abundant. The maintanance of TODO is so low it is worth adding. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..eb13eec --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +TODO +create language to write circuits in (circuit language?) (something like MHRD language?) +implement circuit builder that converts circuit language to FET_sim representation in order to simulate +expand simulator commands +test the project +improve simulator io (maybe add graphics?) +optimize + +DONE +foundations of logic -- 2.30.2