WSPAWN imp + tested

This commit is contained in:
felsabbagh3
2019-10-21 23:35:53 -04:00
parent c21e400f9f
commit 31d3d51392
13 changed files with 2166 additions and 2138 deletions

View File

@@ -1 +1 @@
#define VCD_OUTPUT
#define VCD_OFF

View File

@@ -385,7 +385,7 @@ bool Vortex::simulate(std::string file_to_simulate)
// unsigned cycles;
counter = 0;
this->stats_total_cycles = 10;
while (this->stop && ((counter < 6)))
while (this->stop && ((counter < 2)))
// while (this->stats_total_cycles < 10)
{
// std::cout << "Counter: " << counter << "\n";