simx refactoring - emulation vs simulation discrete separation

This commit is contained in:
Blaise Tine 2024-03-12 00:23:42 -07:00
parent ff6f33acff
commit 840ced22a9
33 changed files with 873 additions and 897 deletions

View file

@ -65,7 +65,7 @@ int main(int argc, char **argv) {
parse_args(argc, argv);
// create memory module
vortex::RAM ram(RAM_PAGE_SIZE);
vortex::RAM ram(0, RAM_PAGE_SIZE);
// create processor
vortex::Processor processor;