This PR adds the ability to turn off Byte Enable and Spatial Bound by setting configurableSpatialBound and configurableByteMask to false in ReaderWriterParam Class.
Be cautious that setting these value does not mean the corresponding IOs in Chisel view disappear (although it will not show up in the final SystemVerilog RTL). To suppress errors in Chisel, strobe and bounds(0) should be connected to any value or DontCare.
This PR is a stacked PR that relies on PR #244 .
This PR adds the ability to turn off Byte Enable and Spatial Bound by setting configurableSpatialBound and configurableByteMask to false in ReaderWriterParam Class.
Be cautious that setting these value does not mean the corresponding IOs in Chisel view disappear (although it will not show up in the final SystemVerilog RTL). To suppress errors in Chisel, strobe and bounds(0) should be connected to any value or DontCare.