82,83c82,83
< bool getHotLines() { return m_hot_lines; }
< bool getAllInstructions() { return m_all_instructions; }
---
> bool getHotLines() const { return m_hot_lines; }
> bool getAllInstructions() const { return m_all_instructions; }
131,132c131,133
< bool m_hot_lines;
< bool m_all_instructions;
---
> const bool m_hot_lines;
> const bool m_all_instructions;
> const uint32_t m_num_vnets;