From c72951a36d6cb9775dc1ecd9bc26bc13e796f10c Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 2 Jul 2022 13:45:09 -0700 Subject: Dropping the async interface, and adding some real uarch. --- aisa/aisa.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'aisa/aisa.cpp') diff --git a/aisa/aisa.cpp b/aisa/aisa.cpp index 811c882..8c8cd1e 100644 --- a/aisa/aisa.cpp +++ b/aisa/aisa.cpp @@ -6,6 +6,12 @@ namespace aisa { + ISA::~ISA() { } + + Task::~Task() { } + + Step::~Step() { } + std::optional, regval_t>> Task::step(regval_t environment_val) const { return {}; } MemInfo Step::meminfo(const Wires &wires) const { return {}; } -- cgit v1.2.3