SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_pq.h File Reference

A simple priority queue (which can be used to model multiple. More...

Include dependency graph for sc_pq.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_ppq_base
 Priority queue base class. More...
 
class  sc_core::sc_ppq< T >
 

Namespaces

 sc_core
 

Detailed Description

A simple priority queue (which can be used to model multiple.

clocks). From Cormen-Leiserson-Rivest, Ch.7.

Original Author: Stan Y. Liao, Synopsys, Inc.

CHANGE LOG AT END OF FILE

Definition in file sc_pq.h.