<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Trusster &#187; news</title>
	<atom:link href="http://www.trusster.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trusster.com</link>
	<description>...verify everything...</description>
	<lastBuildDate>Thu, 23 Dec 2010 15:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>We are the featured book on books24x7.com !</title>
		<link>http://www.trusster.com/news/we-are-the-featured-book-one-books24x7-com/</link>
		<comments>http://www.trusster.com/news/we-are-the-featured-book-one-books24x7-com/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:45:10 +0000</pubDate>
		<dc:creator>Mike Mintz</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.trusster.com/?p=1169</guid>
		<description><![CDATA[I recently got an e-mail from a friend that said he saw our book(s) on books24x7. The book is here. You can read both our books on their site. Now your company has to have a subscription, but there are thousands of books there. I&#8217;ve been noodling around on their site and its really neat.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.books24x7.com/toc.asp?bookid=30961"><img class="size-full wp-image-1178 alignleft" style="margin-right: 10px;" title="book24" src="http://www.trusster.com/wp-content/uploads/2009/09/book24.GIF" alt="book24 logo" width="144" height="78" /></a></p>
<p>I recently got an e-mail from a friend that said he saw our book(s) on books24x7. The book is  <a href="http://www.books24x7.com/toc.asp?bookid=30961"> here</a>.</p>
<p>You can read both our books on their site. Now your company has to have a subscription, but there are thousands of books there.  I&#8217;ve been noodling around on their site and its really neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trusster.com/news/we-are-the-featured-book-one-books24x7-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hardware Verification With SystemVerilog &#8212; An Object Oriented Framework</title>
		<link>http://www.trusster.com/verification/hardware-verification-with-systemverilog-an-object-oriented-framework/</link>
		<comments>http://www.trusster.com/verification/hardware-verification-with-systemverilog-an-object-oriented-framework/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 21:29:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Verification]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.amazon.com/dp/0387717382?tag=trusster-20&#38;camp=14573&#38;creative=327641&#38;linkCode=as1&#38;creativeASIN=0387717382&#38;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new"><img src="http://www.trusster.com/files/systemv_book_cover_sm.jpg" alt="Hardware Verification with SystemVerilog Book Cover" align="left" style="margin-right:5px;"></img></a> <strong>New!</strong> <em> The two chapters describing <a href=/teal>teal</a> and <a href=/truss>truss</a>, our open-source verification libraries can be <a href="http://www.trusster.com/files/teal_truss_systemverilog.pdf">downloaded here</a></em>

Verification is increasingly complex, and SystemVerilog is one of the languages that the verification community is turning to. However, no language by itself can guarantee success without proper techniques. Object-oriented programming (OOP), with its focus on managing complexity, is ideally suited to this task.

With this handbook -- the first to focus on applying OOP to SystemVerilog—we’ll show how to manage complexity by using layers of abstraction and base classes. By adapting these techniques, you will write more “reasonable” code, and build efficient and reusable verification components.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/dp/0387717382?tag=trusster-20&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=0387717382&amp;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new"><img src="http://www.trusster.com/files/systemv_book_cover_sm.jpg" alt="Hardware Verification with SystemVerilog Book Cover" align="left" style="margin-right:5px;"></img></a> <strong>New!</strong> <em> The two chapters describing <a href=/teal>teal</a> and <a href=/truss>truss</a>, our open-source verification libraries can be <a href="http://www.trusster.com/files/teal_truss_systemverilog.pdf">downloaded here</a></em></p>
<p>Verification is increasingly complex, and SystemVerilog is one of the languages that the verification community is turning to. However, no language by itself can guarantee success without proper techniques. Object-oriented programming (OOP), with its focus on managing complexity, is ideally suited to this task.</p>
<p>With this handbook &#8212; the first to focus on applying OOP to SystemVerilog—we’ll show how to manage complexity by using layers of abstraction and base classes. By adapting these techniques, you will write more “reasonable” code, and build efficient and reusable verification components.<br />
<!--break--></p>
<p>Both a learning tool and a reference, this handbook contains hundreds of real-world code snippets and three professional verification-system examples. You can copy and paste from these examples, which are all based on an open-source, vendor neutral<br />
framework (with code freely available at www.trusster.com).</p>
<p>Learn about Object-oriented techniques such as these:</p>
<ul>
<li>Creating classes—code interfaces, factory functions, reuse</li>
<li>Connecting classes—pointers, inheritance, channels</li>
<li>Using “correct by construction”—strong typing, base classes</li>
<li>Packaging it up—singletons, static methods, packages</li>
</ul>
<hr style="width=50%;">
<cite><br />
“This handbook guides the user in applying OOP techniques for verification. Mike and Robert have captured their years of experience in a clear and easy-to-read handbook. The examples are complete, and the code is available for you to get started right away. Highly recommended.”<br />
</cite>
<div style="text-align:right;">
– Thomas D. Tessier, President,<br />
t2design, Inc.</div>
<p><cite><br />
“This handbook contains a lot of useful advice for any verification engineer wanting to create a class-based testbench, regardless of the framework/methodology used. I recommend Hardware Verification with SystemVerilog to anyone who wants a greater understanding of how best to use OOP with SystemVerilog.”<br />
</cite></p>
<div style="text-align:right;">
– Dr David Long, Senior Consultant,<br />
Doulos
</div>
<p><cite><br />
“This is a fantastic book that not only shows how to use SystemVerilog and Object-Oriented Programming for verification, but also provides practical examples that are open source!”<br />
</cite>
<div style="text-align:right;">– Stephanie Waters, Field Applications Engineer,<br />
Cadence Design Systems
</div>
<p><cite><br />
“I have been using SystemVerilog for two years in my research, and this is by far the best book I have found about how to achieve professional grade verification. I will apply these techniques on my future projects.”<br />
</cite>
<div style="text-align:right;">– Dr. Oswaldo Cadenas, Lecturer, Electronic Engineering,<br />
University of Reading, U.K.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.trusster.com/verification/hardware-verification-with-systemverilog-an-object-oriented-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardware Verification with C++,  a practitioner&#8217;s handbook</title>
		<link>http://www.trusster.com/verification/hardware-verification-with-c-a-practitioners-handbook/</link>
		<comments>http://www.trusster.com/verification/hardware-verification-with-c-a-practitioners-handbook/#comments</comments>
		<pubDate>Mon, 15 May 2006 21:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Verification]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href=http://www.amazon.com/dp/0387255435?tag=trusster-20&#038;camp=14573&#038;creative=327641&#038;linkCode=as1&#038;creativeASIN=0387255435&#038;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new><img src=http://www.trusster.com/files/book_cover.jpeg alt="Hardware Verification with C++ Book Cover" align="left" style="margin-right:10px;"></img></a></a> <strong>New!</strong> <em> The two chapters describing <a href=/teal>teal</a> and <a href=/truss>truss</a>, our open-source verification libraries can be <a href="http://www.trusster.com/files/teal_truss_cpp.pdf">downloaded here</a> (as pdf)</em>
<dl>This book, <strong><a href=http://www.amazon.com/dp/0387255435?tag=trusster-20&#038;camp=14573&#038;creative=327641&#038;linkCode=as1&#038;creativeASIN=0387255435&#038;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new>available through amazon</a></strong> and published by <a href="http://www.springer.com/west/home?SGWID=4-102-22-107946628-0&#038;changeHeader=true">Springer</a> is written by two engineers who do verification for a living. <strong>Hardware Verification with C++: <em>A Practioner’s Handbook</em></strong> is a four-part tour of how to perform object-oriented hardware verification through simulation. This handbook goes beyond hype and theoretical discussions to show fully implemented examples, all provided as open-source code on the companion CD.</dl>
<ul><li><strong>Part I</strong> makes the case for C++, and shows what a standard verification system using object-oriented programming (OOP) looks like.</li>
<li><strong>Part II</strong> presents <a href=/products>two open-source C++ libraries</a> that enable efficient verification with C++: <ul><li><a href=/teal><em>Teal</em>, a C++ to Verilog interface</a></li> <li><a href=/truss><em>Truss</em>, a standard verification framework</a></li></ul> </li>
<li><strong>Part III</strong> is all about OOP, with examples from real verification projects. </li>
<li><strong>Part IV</strong> puts it all together, showing complete block-level and system-level verification systems.</li></ul>
<p>Both a learning and a reference tool, the Handbook gives you everything you need to do hardware verification with C++ apart from a simulator—all provided as open-source on the companion CD. </p>]]></description>
			<content:encoded><![CDATA[<p><a href=http://www.amazon.com/dp/0387255435?tag=trusster-20&#038;camp=14573&#038;creative=327641&#038;linkCode=as1&#038;creativeASIN=0387255435&#038;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new><img src=http://www.trusster.com/files/book_cover.jpeg alt="Hardware Verification with C++ Book Cover" align="left" style="margin-right:10px;"></img></a></a> <strong>New!</strong> <em> The two chapters describing <a href=/teal>teal</a> and <a href=/truss>truss</a>, our open-source verification libraries can be <a href="http://www.trusster.com/files/teal_truss_cpp.pdf">downloaded here</a> (as pdf)</em></p>
<dl>This book, <strong><a href=http://www.amazon.com/dp/0387255435?tag=trusster-20&#038;camp=14573&#038;creative=327641&#038;linkCode=as1&#038;creativeASIN=0387255435&#038;adid=07WG08Z30C1ZG9HXB5CH&#038; target=new>available through amazon</a></strong> and published by <a href="http://www.springer.com/west/home?SGWID=4-102-22-107946628-0&#038;changeHeader=true">Springer</a> is written by two engineers who do verification for a living. <strong>Hardware Verification with C++: <em>A Practioner’s Handbook</em></strong> is a four-part tour of how to perform object-oriented hardware verification through simulation. This handbook goes beyond hype and theoretical discussions to show fully implemented examples, all provided as open-source code on the companion CD.</dl>
<ul>
<li><strong>Part I</strong> makes the case for C++, and shows what a standard verification system using object-oriented programming (OOP) looks like.</li>
<li><strong>Part II</strong> presents <a href=/products>two open-source C++ libraries</a> that enable efficient verification with C++:
<ul>
<li><a href=/teal><em>Teal</em>, a C++ to Verilog interface</a></li>
<li><a href=/truss><em>Truss</em>, a standard verification framework</a></li>
</ul>
</li>
<li><strong>Part III</strong> is all about OOP, with examples from real verification projects. </li>
<li><strong>Part IV</strong> puts it all together, showing complete block-level and system-level verification systems.</li>
</ul>
<p>Both a learning and a reference tool, the Handbook gives you everything you need to do hardware verification with C++ apart from a simulator—all provided as open-source on the companion CD. </p>
<p><!--break--></p>
<dl>
<dt><cite>“The handbook provides a clear understanding of object-oriented programming, and how it applies to hardware verification. It is clear to me that C++, together with Teal and Truss, could form a strong platform for the next generation of hardware verification.”</cite></dt>
<dd><strong>Dr. Stanley Hyduke, CEO of <a href=http://www.aldec.com target="_blank">Aldec, Inc. </a></strong></dd>
</p>
<dt><cite>“With this book I feel confident I can constitute a verification team that could make good use of C++ for verification, with all the positive results I would need for success. That is a breakthrough!”</cite></dt>
<dd><strong>Bob Fredieu,  VP of Research and development and Cofounder, <a href=http://www.assertivedesign.com target="_blank"> Assertive Design </a></strong></dd>
<dt><cite>“Hardware verification complexity has grown to be a software effort, requiring advanced techniques such as OOP. With clear techniques and examples, this handbook guides the reader through the complexities of using OOP to create testbenches. Regardless of what language you use, this book will help sharpen your skills.&#8221;</cite></dt>
<dd><strong>Chris Spear, Verification Consultant, <a href=http://www.synopsys.com target="_blank">Synopsys, Inc.</a>; Author of SystemVerilog for Verification</dd>
<p></strong></p>
<dt><cite>&#8220;A good book with great insight on the real-world problems faced by ASIC verification engineers every day. The authors use a humorous style to make this an easy read, while dealing effectively with complex issues.&#8221;</cite></dt>
<dd><strong>Dale Mosher, Director of ASIC Development</dd>
<p></strong></dl>
]]></content:encoded>
			<wfw:commentRss>http://www.trusster.com/verification/hardware-verification-with-c-a-practitioners-handbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

