ivl_target interface to packed type details.

The darray in particular needs to know about the subtype info.
In the process, clean up some of the type information.
This commit is contained in:
Stephen Williams
2012-10-14 17:16:47 -07:00
parent 914ebeca4a
commit 1aa21aa9e8
13 changed files with 87 additions and 67 deletions
+2 -3
View File
@@ -21,14 +21,13 @@
using namespace std;
netdarray_t::netdarray_t(netvector_t*vec)
: elem_type_(vec)
netdarray_t::netdarray_t(ivl_type_t vec)
: netarray_t(vec)
{
}
netdarray_t::~netdarray_t()
{
delete elem_type_;
}
ivl_variable_type_t netdarray_t::base_type(void) const