What is the best way to connect a BOOM tile directly with SRAM/DRAM and remove all other components? The goal is to generate the simplest possible SoC with just a core and memory. The current option is to write a custom top-level TestHarness file, Makefile, and subsystem containing the BOOM tile, existing SystemBus, and SRAM. We would need to set up the config fragments to not use AbstractConfig, as it’s based on BaseSubsystemConfig which has a lot of configurations dependent on the control bus, front bus, etc.
Another option would be to extract the necessary modules from the generated Verilog, from the default simulation design without the L2 cache.
If anyone has any advice on the best way to do this, it would be greatly appreciated!
Thank you so much!