commit | f3e1a3e6fa80c20b7ab5e968330ae69fe0a3cd81 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Dec 22 23:10:38 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Dec 23 08:32:58 2022 -0500 |
tree | bbc68dacd2636833055dff2bb4057171c212fd02 | |
parent | f625c714c2c5a9b6fdc5f4424730e6140c8d0bb9 [diff] |
sim: riscv: move arch-specific settings to internal header There's no need for these settings to be in sim-main.h which is shared with common/ sim code, so move it all out to a new header which only this port will include. We can also move the machs.h include out since the model logic was all generalized from compile-time to runtime last year.