commit | f5e82fac07c48dd72b44f7b11b866f59ec086815 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Dec 23 20:51:39 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Dec 23 20:55:55 2022 -0500 |
tree | e4583a19f763a270fdb7667feea04c2a80ebfe1f | |
parent | 095f84c7e3cf85cd68c657c46b80be078f336bc9 [diff] |
sim: or1k: 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 the existing or1k-sim.h. Unfortunately, we can't yet drop the or1k-sim.h include from sim-main.h as many of the generated CGEN files refer only to sim-main.h. We'll have to improve the CGEN interface before we can make more progress, but this is at least a minor improvement.