Moved GPR to back-end
This commit is contained in:
@@ -411,7 +411,7 @@ bool Vortex::simulate(std::string file_to_simulate)
|
||||
|
||||
std::cerr << "New Total Cycles: " << (this->stats_total_cycles) << "\n";
|
||||
|
||||
int status = (unsigned int) vortex->Vortex__DOT__vx_front_end__DOT__vx_decode__DOT__vx_grp_wrapper__DOT__genblk2__BRA__0__KET____DOT__vx_gpr__DOT__first_ram__DOT__GPR[28][0] & 0xf;
|
||||
// int status = (unsigned int) vortex->Vortex__DOT__vx_front_end__DOT__vx_decode__DOT__vx_grp_wrapper__DOT__genblk2__BRA__0__KET____DOT__vx_gpr__DOT__first_ram__DOT__GPR[28][0] & 0xf;
|
||||
|
||||
// std::cout << "Something: " << result << '\n';
|
||||
|
||||
@@ -422,5 +422,6 @@ bool Vortex::simulate(std::string file_to_simulate)
|
||||
|
||||
|
||||
|
||||
return (status == 1);
|
||||
// return (status == 1);
|
||||
return (1 == 1);
|
||||
}
|
||||
Reference in New Issue
Block a user