mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
fe7e0bf0c9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
1,010 B
Text
17 lines
1,010 B
Text
SystemC addresses the need for a system design and verification
|
|
language that spans hardware and software. It is a language built
|
|
in standard C++ by extending the language with the use of class
|
|
libraries. The language is particularly suited to model system's
|
|
partitioning, to evaluate and verify the assignment of blocks to
|
|
either hardware or software implementations, and to architect and
|
|
measure the interactions between and among functional blocks. Leading
|
|
companies in the intellectual property (IP), electronic design
|
|
automation (EDA), semiconductor, electronic systems, and embedded
|
|
software industries currently use SystemC for architectural
|
|
exploration, to deliver high-performance hardware blocks at various
|
|
levels of abstraction and to develop virtual platforms for
|
|
hardware/software co-design. SystemC has been standardized by
|
|
the Open SystemC Initiative (OSCI) and Accellera Systems Initiative
|
|
and ratified as IEEE Std. 1666-2011.
|
|
|
|
For enabling pthreads set the environment variable PTHREAD=yes.
|