lkg build with pipeline + FPU fixes

This commit is contained in:
Blaise Tine
2020-07-31 09:29:44 -04:00
parent 0d82a8aa4f
commit c9755a0c48
33 changed files with 408 additions and 294 deletions

View File

@@ -34,7 +34,7 @@ public:
void load_bin(const char* program_file);
void load_ihex(const char* program_file);
bool is_busy();
bool is_busy() const;
void reset();
void step();
@@ -44,7 +44,7 @@ public:
void attach_ram(RAM* ram);
void run();
int get_last_wb_value(int reg);
int get_last_wb_value(int reg) const;
void print_stats(std::ostream& out);
private: