fix(npc): fix branch, load memory and slt related instructions
This commit is contained in:
parent
9f64a88f8d
commit
8665aaf7d2
11 changed files with 105 additions and 63 deletions
|
@ -133,7 +133,7 @@ int main(int argc, char **argv, char **env) {
|
|||
std::filesystem::path ref{config.lib_ref};
|
||||
RefTrmInterface ref_interface{ref};
|
||||
DifftestTrmInterface diff_interface{NPC::npc_interface, ref_interface,
|
||||
pmem_get(), 1024};
|
||||
pmem_get(), 128 * 1024};
|
||||
SDB::SDB sdb_diff{diff_interface};
|
||||
|
||||
int t = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue