Start reading SystemC on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science)
 
 

SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science) [Kindle Edition]

David C. Black , Jack Donovan , Bill Bunton , Anna Keist
3.8 out of 5 stars  See all reviews (10 customer reviews)

Digital List Price: $99.00 What's this?
Print List Price: $99.00
Kindle Price: $79.20 includes free wireless delivery via Amazon Whispernet
You Save: $19.80 (20%)

Formats

Amazon Price New from Used from
Kindle Edition $79.20  
Hardcover $92.24  
Paperback $99.00  

Customers Who Viewed This Item Also Viewed


Editorial Reviews

Review

"...a welcome addition to the SystemC literature. Those new to SystemC will find it a very good introduction, and those who have already been exposed to SystemC will find it a useful reference. The style is straightforward and the extensive use of examples gives quick insight into using SystemC in real designs...." (John Sanguinetti, Ph.D., Chief Technical Officer, Forte Design Systems) "...your book helped me bridge the gap in my understanding of the SystemC scheduler and the language features with examples that are easy to follow. The discussion on a TLM approach is also very insightful." (Suhas Pai, QUALCOMM, Inc.) "...well written, and a much-needed overview of SystemC. I like that the book introduces features in context, and with enough code to help the reader understand, but without burying them in code. I found it remarkably easy to read." (Andy Meyer, Cadence Design Systems, Inc.)

Product Description

SystemC provides a robust set of extensions to C++ that enables rapid development of complex hardware/software systems. This book focuses on the practical uses of the language for modeling real systems. The wealth of examples and downloadable code methodically guide the reader through the finer points of the SystemC language. This work provides: - A step-by-step build-up of syntax - NEW features of SystemC 2.1 - Code examples for each concept, - Many resource references - Coding styles and guidelines - Over 52 downloadable code examples (over 8,000 lines) - Exercises throughout the book - How SystemC fits into the system design methodology - Why features are as they are Well known consultants in the EDA industry, both David Black and Jack Donovan have been involved in the adoption and teaching of new technologies and methodologies for a combined total of 42+ years. Recently, they jointly founded a consultancy, Eklectic Ally, focused on helping companies adopt SystemC methodologies.

Product Details

  • Format: Kindle Edition
  • File Size: 3209 KB
  • Print Length: 266 pages
  • Page Numbers Source ISBN: 1402079885
  • Publisher: Springer; 1 edition (May 31, 2004)
  • Sold by: Amazon Digital Services
  • Language: English
  • ASIN: B000PY3U5I
  • Text-to-Speech: Enabled
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #434,752 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


 

Customer Reviews

10 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

26 of 28 people found the following review helpful:
3.0 out of 5 stars Complete but overly complicated, needs editing, March 28, 2005
By 
Ray Salemi (Framingham, MA USA) - See all my reviews
(REAL NAME)   
This is a good book on SystemC, but it is not a good book for beginners. The book is overly complicated and provides levels of detail in its examples that are unnecessary to make the point or teach the subject.

For example, when discussing ports the book says the following:

DEFINITION: A SystemC interface is an abstract class that inherits from sc_interface and provides only pure virtual declarations of methods referenced by SystemC channels and ports. No implements or data are provided in a SystemC interface.

DEFINITION: A SystemC channel is a class that implements one or more SystemC interface classes and inherits from either sc_channel or sc_prim_channel. A channel implements all the methods of the inherited interface classes.

DEFINITION: A SystemC port is a class templated with and inheriting from a SystemC interface. Ports allow access of channels across module boundaries.

Huh?

This line of teaching led me into the bowels of SystemC and was unnecessary as a start. One can just say, "A port allows communication between blocks. Let's look at sc_in and sc_out to start".

I needed to get another book to recover from this instruction.

The examples in the book are generally OK and there is a website that has executable versions. Unfortunately, there needed to be more careful editing in the examples. The HelloWorld example has an obvious syntax error (an undeclared module is instantiated) and would never have run if it had been compiled.

I could not find the video mixer example that they used to teach ports on the web, and thus couldn't make progress.

Overall, this is a good book if you know SystemC and are interested in the details of how it is implemented. I would use it to learn the language, and it cannot act as a language reference guide.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
4.0 out of 5 stars SystemC from a software perspective, January 17, 2007
By 
Amazon Verified Purchase(What's this?)
I have been working as an firmware engineer for many years. As a new advernture, I am involved in investigating various algorithm modeling technique which can provide a good performance for firmware development. Obvioously, SystemC is a good candidate because of its ability to do transaction level based modelling. The question is how to pick up the language. First I tried the technical reference manual and white papers provided by the official system C website. It is quite an eye-openning experience but I think I need more. So I went to Amazon to see what was avaliable. I came across this book and the "System C Primer" book. I bought both.

The major difference between these two books is in the author's perspective. The author in this book approaches from a software background. He visualizes the whole systemC environment as a multi-threaded kernel. To learn the language is to become familiar with the different "API's" and "system calls". It is great for engineers who come from a fw/sw background. However, for engineers coming from the hw background, this book does not spend much time covering the topic on how to write SystemC model that is close to the hardware implementation (RTL or gates). They will be disappointed if this is their goal. I would recommend them to try the other book.

After saying that, I believe the safest bet probably is to get both books so you can have a full spectrum of knowledge of what the language can do for you. Then you will not get stuck knowing only one aspect of the language and you can decide which "hat" to wear according to your need.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars This is the best beginning SystemC book out there, October 10, 2005
Before this book had come out, there were only a couple SystemC books available, and after reading them both, I still had no real grasp of how to write a basic program in SystemC. This book basically connected all the dots for me, and I was able to start writing a testbench in SystemC. For the best beginner's regimen, read this book cover-to-cover a couple times and get the "SystemC Golden Reference Guide" by Doulos for use as a syntax reference when you are actually writing your code.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



More About the Author

Discover books, learn about writers, read author blogs, and more.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


So You'd Like to...


Create a guide

Look for Similar Items by Category


Look for Similar Items by Subject