Skip to content

Commit

Permalink
Update spiketile API
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 28, 2024
1 parent 3b64fcd commit fae56f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/resources/csrc/spiketile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ void chipyard_simif_t::loadmem(size_t base, const char* fname) {
} loadmem_memif(this, tcm_base);

reg_t entry;
load_elf(fname, &loadmem_memif, &entry);
load_elf(fname, &loadmem_memif, &entry, 0);
}

bool insn_should_fence(uint64_t bits) {
Expand Down

0 comments on commit fae56f3

Please sign in to comment.