aboutsummaryrefslogtreecommitdiff
path: root/riscv/simif.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-31Put simif_t declaration in its own file. (#209)Andy Wright1-0/+21
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.