Readded IPDOM stack + SPLIT/Join tested

This commit is contained in:
felsabbagh3
2019-10-21 21:24:49 -04:00
parent 0672389edc
commit b6375e76de
15 changed files with 2204 additions and 2165 deletions

View File

@@ -373,8 +373,14 @@ bool Vortex::simulate(std::string file_to_simulate)
bool cont = false;
// for (int i = 0; i < 500; i++)
vortex->clk = 0;
vortex->reset = 1;
vortex->clk = 0;
vortex->eval();
vortex->reset = 1;
vortex->clk = 1;
vortex->eval();
vortex->reset = 0;
vortex->clk = 0;
// unsigned cycles;
counter = 0;