Quantcast
Channel: SystemC Language Forum RSS Feed
Viewing all articles
Browse latest Browse all 595

vector of vector of SystemC objects

$
0
0

Hi all,

 

I tried without succes to replace a 2D array of sc_signal<bool> by a vector<vector<sc_signal> >

After deep investigations I found the sc_vector class. What is the purpose of SystemC sc_vector class ? What are the missing points in SystemC classe for not being able to use STL vector class to make containers of sc_signal for example ?

 

-------

Manu


Viewing all articles
Browse latest Browse all 595

Trending Articles