Skip to content
  • Manolis Surligas's avatar
    Implement a shift register with dynamic size · 40aaeece
    Manolis Surligas authored
    std::bitset can be used only with compile time known size. Most of the flowgraphs take the shift register size as a parameter through the GRC so it cannot be used. This commit implements a shift register using the std::deque that supports arbitrary number of memory stages
    40aaeece