simx refactoring, fixed simple.hex, compatibility with rtlsim and vlsim complete, added to regression suite
This commit is contained in:
@@ -32,7 +32,7 @@ void Warp::step(Pipeline *pipeline) {
|
||||
|
||||
/* Fetch and decode. */
|
||||
|
||||
Word fetched = core_->icache_fetch(PC_, 0);
|
||||
Word fetched = core_->icache_fetch(PC_);
|
||||
auto instr = core_->decoder().decode(fetched);
|
||||
|
||||
// Update pipeline
|
||||
|
||||
Reference in New Issue
Block a user