mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 09:37:38 -04:00
simx refactoring - emulation vs simulation discrete separation
This commit is contained in:
parent
ff6f33acff
commit
840ced22a9
33 changed files with 873 additions and 897 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue