CGRA-ME
Functions
BitStream.cpp File Reference
#include <CGRA/CGRA.h>
#include <CGRA/Module.h>
#include <CGRA/ModuleElastic.h>
#include <numeric>
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const BitStream &bs)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const BitStream bs 
)

Print the bitstream in a human-friendly way.

Prints out the bit settings for each element. For each element, the bit setting is printed from cycle 0 to II, from first bit to last bit

Definition at line 28 of file BitStream.cpp.