TODO: this should return a const Design, but can't be because of Design having a bunch of non-const accessors. Address these first. All _modifying_ operations should be calls on the Compiler, not on the handed out Design object, as the Compiler is owner of the design.
| 93 | // not on the handed out Design object, as the Compiler is owner |
| 94 | // of the design. |
| 95 | Design* getDesign() const { return m_design; } |
| 96 | |
| 97 | vpiHandle getUhdmDesign() const { return m_uhdmDesign; } |
| 98 | CompileDesign* getCompileDesign() const { return m_compileDesign; } |
no outgoing calls