vhdlpp: Check generics when searching through constants.

This commit is contained in:
Maciej Suminski
2015-03-06 20:39:10 +01:00
parent d3229b9068
commit 807ad8002d
7 changed files with 72 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class ScopeBase {
virtual ~ScopeBase() =0;
const VType* find_type(perm_string by_name);
bool find_constant(perm_string by_name, const VType*&typ, Expression*&exp) const;
virtual bool find_constant(perm_string by_name, const VType*&typ, Expression*&exp) const;
Signal* find_signal(perm_string by_name) const;
Variable* find_variable(perm_string by_name) const;
virtual const InterfacePort* find_param(perm_string by_name) const;