chisel
chisel copied to clipboard
Move Mem integration tests into its own Spec
Currently, src/test/scala/chiselTests/Mem.scala is filled with unit tests which generate and check CHIRRTL and integration tests which compile to Verilog through MFC and run Verilator to perform a multi-cycle test. Ideally, the integration/simulation tests should be moved in their own file to better separate the CHIRRTL-only tests from them.