Skip to content

Commit

Permalink
Fixed simulator's path to memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed May 14, 2024
1 parent 749bbb9 commit 0393387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/verilator/sonata_system_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

int main(int argc, char **argv) {
SonataSystem sonata_system(
"TOP.top_verilator.u_sonata_system.u_sram_top.u_ram.u_ram.gen_generic.u_impl_generic",
"TOP.top_verilator.u_sonata_system.u_sram_top.u_ram.gen_generic.u_impl_generic",
1024 * 1024);

return sonata_system.Main(argc, argv);
Expand Down

0 comments on commit 0393387

Please sign in to comment.