mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-31 18:04:38 +02:00
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:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user