SystemC and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
Sell Back Your Copy
For a $0.80 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science)
 
 
Start reading SystemC on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

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

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

Price: $159.00 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 1 to 2 months.
Ships from and sold by Amazon.com. Gift-wrap available.
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $79.20  
Hardcover $102.49  
Hardcover, May 31, 2004 $159.00  
Paperback $99.00  

Book Description

1402079885 978-1402079887 May 31, 2004 1
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 book will show you: 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.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with A SystemC Primer, Second Edition $74.95

SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science) + A SystemC Primer, Second Edition
Price For Both: $233.95

One of these items ships sooner than the other. Show details

  • This item: SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science)

    Usually ships within 1 to 2 months.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • A SystemC Primer, Second Edition

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



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.)

From the Back Cover

"...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.) 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 book will show you: -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. --This text refers to the Paperback edition.

Product Details

  • Hardcover: 244 pages
  • Publisher: Springer; 1 edition (May 31, 2004)
  • Language: English
  • ISBN-10: 1402079885
  • ISBN-13: 978-1402079887
  • Product Dimensions: 9.5 x 6.5 x 0.9 inches
  • Shipping Weight: 1.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #1,658,931 in Books (See Top 100 in Books)

More About the Author

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

 

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 review is from: SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science) (Hardcover)
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
This review is from: SystemC: From the Ground Up (the Kluwer International Series in Engineering & Computer Science) (Hardcover)
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



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
port specializations, dont initialize, hardware data types, unsigned addr, virtual void write, unsigned long addr, primitive channels, simulation kernel, channel header, int addr, static sensitivity, void notify, custom channels, hierarchical channels, direct instantiation, next trigger, project reuse, pure virtual functions, cpp file, functional verification, simulated activity, int data, team discipline, int argc, ready pool
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Retrieved March, Kernel Integers, Methods Channels, Notifications Hierarchy, Predefined Primitive Channels, Sensitivity Modules, Signals Threads, Advanced Topics, Example of Simple, Basic Channels, Example of Port Interconnect Setup, Kluwer Academic Publishers
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(1)

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





Look for Similar Items by Category


Look for Similar Items by Subject