diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-10-20 15:33:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 15:33:29 +0700 |
commit | fe7e0bf0c9680a5ecb3d87fa74f734e68fb57e09 (patch) | |
tree | 3212561445dcd67bb3ec9e57f25caae73d74f52a /development/SystemC/README | |
parent | 4f444956d8cafe89e6032bf0d6593b7dff47d1b3 (diff) |
development/SystemC: Added (SystemC Class Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SystemC/README')
-rw-r--r-- | development/SystemC/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/development/SystemC/README b/development/SystemC/README new file mode 100644 index 0000000000..e34ed3437a --- /dev/null +++ b/development/SystemC/README @@ -0,0 +1,17 @@ + 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. |