Innovative Integration
Innovative Integration provides board-level hardware products that integrate the best analog I/O and reconfigurable FPGAs to provide cost-effective solutions for challenging data acquisition and signal processing applications.

| |
best websites for systemc:
-
projects
(6 records)
resources
(1 record)
consortia, comparisons, tools...
(7 records)
conferences, blogs
(2 records)
overviews
(4 records)
tutorials
(7 records)
organizations, papers
(7 records)
books
(4 records)
top ten, free stuff, & vendors for systemc:
e-clips
"eReport: "
best websites for systemc
demos, shareware & freeware for systemc
systemc vendor guide
systemc services guide

| 
| 
Express Logic develops, markets and supports the ThreadX® real-time operating system (RTOS), NetX TCP/IP networking stack, USBX USB stack, and FileX® embedded file system, and PrismX GUI toolkit for embedded applications.
ThreadX is a royalty-free, full source code, small-footprint, low-overhead RTOS that is extremely easy to learn and use. ThreadX is one of the most widely deployed RTOS products in the world, with over 800 million products based on ThreadX.
 | 
| 
|
|
Definition: SystemC is often thought of as a hardware description language like VHDL and Verilog, but is more aptly described as a system description language, since it exhibits its real power during transaction-level modeling and behavioral modeling.
SystemC is a set of library routines and macros implemented in C++, which makes it possible to simulate concurrent processes, each described by ordinary C++ syntax.
Instantiated in the SystemC framework, the objects described in this manner may communicate in a simulated real-time environment, using signals of all the datatypes offered by C++, some additional ones offered by the SystemC library, as well as user defined.
The behaviours (processes) defined may be instantiated any number of times, and provisions are made for processes defined by hierarchies of other processes, as one would expect.
The language thus offered has semantical similarities to VHDL and Verilog, but may be said to have a syntactical overhead compared to these.
On the other hand, greater freedom of expressiveness is offered in return, like object oriented design partitioning and template classes.
Which is more: SystemC is both a description language and a simulation kernel.
The code written will compile together with the library's simulation kernel to give an executable that behaves like the described model when it is run. The performance of this simulation kernel is not to be compared with that of commercial VHDL/Verilog simulators designed to simulate RTL level designs at the present.
Source: Wikipedia (http://en.wikipedia.org/wiki/Systemc)
| |
|