chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Move Mem integration tests into its own Spec

Open jared-barocsi opened this issue 2 years ago • 0 comments

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.

jared-barocsi avatar Apr 25 '23 20:04 jared-barocsi