Description:
For consistency, we want everything in FLiT to be in the flit namespace. I checked and there was only one thing not in the flit namespace and that was the InfoStream class. This change only moves the InfoStream into the FLiT namespace.
Documentation:
None needed. It is already documented as being in the flit namespace
Tests:
No additional tests needed, just ensured that all existing tests are still working.
Fixes #96
Description: For consistency, we want everything in FLiT to be in the
flit
namespace. I checked and there was only one thing not in theflit
namespace and that was theInfoStream
class. This change only moves theInfoStream
into the FLiT namespace.Documentation: None needed. It is already documented as being in the
flit
namespaceTests: No additional tests needed, just ensured that all existing tests are still working.