Features
- Add noModulePrefix (by @trmckay in https://github.com/chipsalliance/chisel/pull/5147)
- Add chisel3.SimulationTestHarnessInterface and chisel3.SimulationTestHarness (by @trmckay in https://github.com/chipsalliance/chisel/pull/5155)
- Add FlattenInstanceAllowDedup (by @jackkoenig in https://github.com/chipsalliance/chisel/pull/5162)
- layer: add requireNotElideBlocksContext. (by @dtz...