Put simif_t declaration in its own file. (#209)
authorAndy Wright <acwright@mit.edu>
Thu, 31 May 2018 17:53:12 +0000 (13:53 -0400)
committerAndrew Waterman <aswaterman@gmail.com>
Thu, 31 May 2018 17:53:12 +0000 (10:53 -0700)
commitd6fcfdebf6a893bf37670fd67203d18653df4a0e
treef4b65db4f03545a10815ec021a39b8aee64f8ffc
parent19efe7d1121ab0e1a3014a1554e7340fa958c13f
Put simif_t declaration in its own file. (#209)

By separating the simif_t declaration from the sim_t declaration, the
simif_t declaration no longer depends on fesvr header files. This
simplifies compilation of custom sim class implementations that don't
depend on fesvr.
riscv/debug_module.cc
riscv/mmu.cc
riscv/mmu.h
riscv/processor.cc
riscv/riscv.mk.in
riscv/sim.h
riscv/simif.h [new file with mode: 0644]