83,84c83,84
< bool getHotLines() const { return m_hot_lines; }
< bool getAllInstructions() const { return m_all_instructions; }
---
> bool getHotLines() { return m_hot_lines; }
> bool getAllInstructions() { return m_all_instructions; }
132,134c132,133
< const bool m_hot_lines;
< const bool m_all_instructions;
< const uint32_t m_num_vnets;
---
> bool m_hot_lines;
> bool m_all_instructions;