Elaborate dynamic array expressions (lval/rval) down to ivl_target.h

This commit is contained in:
Stephen Williams
2012-07-22 10:52:07 -07:00
parent 18714e2efd
commit fdc92ea464
8 changed files with 118 additions and 17 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
using namespace std;
netdarray_t::netdarray_t(const std::list<netrange_t>&packed,
ivl_variable_type_t type)
: packed_dims_(packed), type_(type)
ivl_variable_type_t type, unsigned long wid)
: packed_dims_(packed), type_(type), width_(wid)
{
}