application exit error handing

This commit is contained in:
Blaise Tine
2021-06-29 02:04:07 -04:00
parent 3a0a9edaca
commit d684a2e632
43 changed files with 89446 additions and 212932 deletions

View File

@@ -42,11 +42,7 @@ public:
void step();
void wait(uint32_t cycles);
void run();
int get_last_wb_value(int reg) const;
bool get_ebreak() const;
int run();
void print_stats(std::ostream& out);
@@ -63,7 +59,11 @@ private:
void eval();
void eval_mem_bus();
void eval_mem_bus();
int get_last_wb_value(int reg) const;
bool get_ebreak() const;
std::list<mem_req_t> mem_rsp_vec_ [MEMORY_BANKS];
uint32_t last_mem_rsp_bank_;