david.wcc Posted February 23, 2013 Report Share Posted February 23, 2013 Personally, I recommend following documents for beginners. You can find them with google. 1. A SystemC Primer J. BHASKER 2. SystemC 2.0.1 Language Reference Manual Revision 1.0 3. SystemC Version 2.0 User’s Guide Quote Link to comment Share on other sites More sharing options...
dakupoto Posted February 24, 2013 Report Share Posted February 24, 2013 The beginner's best option is his/her knowledge/understanding of ANSI C++, and digital hardware. Bhasker's work is outdated, as is most of the content at www.asic-world.com. The official Users' Guide from www.accellera.org is helpful, provided one is some what aware of what one is trying to find out. Unfortunately there are no good tutorial style material. Quote Link to comment Share on other sites More sharing options...
david.wcc Posted February 24, 2013 Author Report Share Posted February 24, 2013 I would like to point out what differences between them. 1. A SystemC Primer focus on digital hardware. However, some descriptions are outdated. Users may refer SystemC 2.0.1 Language Reference Manual Revision 1.0 to modify them. 2. SystemC 2.0.1 Language Reference Manual Revision 1.0 only shows you the definition of SystemC. 3. SystemC Version 2.0 User’s Guide will explain how to build the communication protocol on SystemC. Unfortunately, the codes of examples in those documents are outdated or not complete. If somebody mix three of them and fix the mentioned problems, then it will be a good material. Quote Link to comment Share on other sites More sharing options...
apfitch Posted February 24, 2013 Report Share Posted February 24, 2013 On our website there's a tutorial and a number of videos and examples of TLM2 and SystemC (see www.doulos.com/knowhow/systemc and www.doulos.com/knowhow/systemc/tlm2), though I must admit the tutorial is quite hardware orientated. There used to be a tutorial on the Forte Design Systems website, but I can't find it any more. I would recommend downloading the latest standard (IEEE 1666-2011) via http://www.accellera.org/downloads/ieee/ I certainly would *not* recommend either the 2.0 user guide or the 2.0.1 reference manual, they are very out-of-date. To paraphrase someone, every time I see sc_bit I reach for my revolver :-) Probably the best general book is "SystemC from the Ground Up" by David C Black, Jack Donovan, Bill Bunton and Anna Keist. regards Alan Philipp A Hartmann, maehne and David Long 3 Quote Link to comment Share on other sites More sharing options...
david.wcc Posted February 24, 2013 Author Report Share Posted February 24, 2013 Thanks for your suggestions. I will study both. regards David Quote Link to comment Share on other sites More sharing options...
david.wcc Posted February 26, 2013 Author Report Share Posted February 26, 2013 Dear Alan : David's "SystemC from the Ground Up" is a lovely book. It reminds me someone. Quote Link to comment Share on other sites More sharing options...
dakupoto Posted March 1, 2013 Report Share Posted March 1, 2013 Most of the material mentioned here is okay, except that none have full-length real-world examples that show the beginner how to analyse and use the built-in SystemC features to model a full-blown real-world system. Example a 32 bit Booth multiplier. Quote Link to comment Share on other sites More sharing options...
david.wcc Posted March 2, 2013 Author Report Share Posted March 2, 2013 Most of materials mentioned TLM, however, there are many discussions on TLM. For example, specification model, component-assembly model, bus-arbitration model, Bus-functional model, Cycle-accurate computation model and implementation model introduced by Lukai Cai and Daniel Gajski,"Transaction Level Modeling: An Overview". It will be great to understand them for choosing a right model on your simulation. In fact, I participated a project for developing the smart meter specified by IEC 62056 few years ago but our work was not successful because of the wrong modeling methodology(software and hardware developing are separated or we didn't have any abstraction modeling for the specification). TLM can be the solution for that. Quote Link to comment Share on other sites More sharing options...
david.wcc Posted March 3, 2013 Author Report Share Posted March 3, 2013 For the smart meter development, the hardware consists of MCU, DSP,and an external memory. We programmed after finished the hardware. Although MCU provides some functions like DSP and embedded memory on it. We still need external chips to meet SPEC's requirement due to the signal accuracy and the memory capacity. Once, the performance can't satisfy the SPEC and we had to do everything again. With TLM, we can get modules from IP providers and have abstraction modeling for the specification. Finally we can make a SoC (System on Chip) according to SPEC. In other words, we won't have useless circuits on the hardware. Well, that will be easy to program because we may do it during TLM stage. Quote Link to comment Share on other sites More sharing options...
anamil Posted March 26, 2013 Report Share Posted March 26, 2013 - Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.