<?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>Duolog Technologies</title>
	<atom:link href="http://www.duolog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duolog.com</link>
	<description>Automated Chip Integration</description>
	<lastBuildDate>Fri, 11 May 2012 18:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Conference Presentation &#8211; Formalizing software programming sequences to enhance HW/SW integration</title>
		<link>http://www.duolog.com/conference-presentation-formalizing-software-programming-sequences-to-enhance-hwsw-integration/</link>
		<comments>http://www.duolog.com/conference-presentation-formalizing-software-programming-sequences-to-enhance-hwsw-integration/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:47:33 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=2065</guid>
		<description><![CDATA[Presentation Abstract Sequences: Formalizing software programming sequences to enhance HW/SW integration CDNLive! EMEA, Wednesday 16th May 2012, 11.30am : SDV06, System Realization &#8211; Design &#38; Verification Hardware and Software engineering teams utilise different development environments and are often geographically dispersed. &#8230; <a href="http://www.duolog.com/conference-presentation-formalizing-software-programming-sequences-to-enhance-hwsw-integration/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Presentation Abstract</h2>
<p><strong>Sequences: Formalizing software programming sequences to enhance HW/SW integration</strong></p>
<p>CDNLive! EMEA, Wednesday 16th May 2012, 11.30am : SDV06, System Realization &#8211; Design &amp; Verification</p>
<p>Hardware and Software engineering teams utilise different development environments and are often geographically dispersed. They typically rely upon paper-based design specifications to describe their shared interface which is often incomplete or ambiguous.</p>
<p>In order to accurately describe the HW/SW interface it is necessary to document: the structure of the registers; the mapping of the register set into an addressable memory map; the constraints which describe the allowed value ranges for registers and the data dependencies between registers. Also a programmer’s guide will typically contain the programming sequences required to perform certain IP functions.</p>
<p>Commercial register definition tools exist today to simplify the capture of the structure and mapping of registers. This single source specification ensures consistency between the hardware-firmware and design-verification teams through the automated generation of the output they need in their flows. The benefits of this type of approach are well understood in the industry and has been formalised in standards like IEEE-1685. Also advanced verification methodologies such as UVM have also defined and simplified registers structures to allow more efficient verification of the HW.SW interface.</p>
<p>However, to date, architects and IP designers have not had a way to formally and precisely capture the programming sequences needed to fully describe HW/SW interfaces. This presentation outlines a methodology of defining these essential sequences using a sequence specification language and defines programming sequences as a series of register accesses to configure an IP block. This methodology uses a C-based sequence specification language with close linkage to formal register data such as IP-XACT. This presentation illustrates how these sequences can be used to generate documentation, verification test-cases and software setup routines and deliver major improvements in HW/SW integration productivity, quality and predictability.</p>
<p><a href="http://www.duolog.com/resource-library/white-papers/conference-presentation/" target="_new">Check back here, after the 16th May, for the slides&#8230;</a></p>
<p><img title="CDNLive! EMEA 2012" src="http://www.duolog.com/wp-content/uploads/cdn_live_emea.jpg" alt="CDNLive! EMEA 2012" width="150" height="90" /><img title="Sequencer" src="http://www.duolog.com/wp-content/uploads/Socrates_Sequencer.jpg" alt="System Verilog" width="150" height="50" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/conference-presentation-formalizing-software-programming-sequences-to-enhance-hwsw-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference Presentation &#8211; Advanced Verification Techniques for the Mixed-Signal Domain</title>
		<link>http://www.duolog.com/conference-presentation-advanced-verification-techniques-for-the-mixed-signal-domain/</link>
		<comments>http://www.duolog.com/conference-presentation-advanced-verification-techniques-for-the-mixed-signal-domain/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:10:02 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=2043</guid>
		<description><![CDATA[Presentation Abstract Advanced Verification Techniques for the Mixed-Signal Domain CDNLive! EMEA, Wednesday 16th May 2012, 11.00am : FV11, Silicon Realization Functional Verification Over the past decades, complexity and quality requirements for digital designs have continually expanded and driven the need &#8230; <a href="http://www.duolog.com/conference-presentation-advanced-verification-techniques-for-the-mixed-signal-domain/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Presentation Abstract</h2>
<p><strong>Advanced Verification Techniques for the Mixed-Signal Domain</strong></p>
<p>CDNLive! EMEA, Wednesday 16th May 2012, 11.00am : FV11, Silicon Realization Functional Verification</p>
<p>Over the past decades, complexity and quality requirements for digital designs have continually expanded and driven the need for new and improved verification technologies such as functional coverage, constrained-random verification and object-oriented languages. The Mixed-Signal design verification flow is now reaching an inflection point at which traditional methodologies are no longer viable; leveraging proven digital verification flows to improve verification of Mixed-Signal designs is therefore an increasingly attractive option. Coupling this proven advance verification methodologies with the top down analog design approach allows verification of mixed combinations of RTL, gate level, Verilog-AMS or transistor level delivering a powerfull framework for design exploration and system validation.</p>
<p>This paper describes how a SystemVerilog-based Universal Verification Methodology (UVM) testbench is developed and used to verify a mixed-signal design. Analog cells are initially developed in Verilog-AMS and used later to validate the transistor level implementations. The testbench is self-checking and designed for randomized coverage-driven verification which supports different levels of analog modeling from Verilog-AMS to circuit-level. In addition, the paper addresses the trade-off decisions taken while developing analog models in Verilog-AMS as well as the calibration work conducted to ensure circuit-level implementations and models match. SystemVerilog assertions are used to monitor correct interconnection between analog and digital domains.</p>
<p><a href="http://www.duolog.com/resource-library/white-papers/conference-presentation/" target="_new">Check back here, after the 16th May, for the slides&#8230;</a></p>
<p><img title="CDNLive! EMEA 2012" src="http://www.duolog.com/wp-content/uploads/cdn_live_emea.jpg" alt="CDNLive! EMEA 2012" width="150" height="90" /><img title="System Verilog" src="http://www.duolog.com/wp-content/uploads/systemverilog.png" alt="System Verilog" width="150" height="90" /><img title="UVM" src="http://www.duolog.com/wp-content/uploads/logo_UVM.gif" alt="UVM" width="150" height="90" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/conference-presentation-advanced-verification-techniques-for-the-mixed-signal-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference Presentation &#8211; Rapid IP-Centric Virtual Prototype Development</title>
		<link>http://www.duolog.com/conference-presentation-rapid-ip-centric-virtual-prototype-development/</link>
		<comments>http://www.duolog.com/conference-presentation-rapid-ip-centric-virtual-prototype-development/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:08:01 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=2035</guid>
		<description><![CDATA[Presentation Abstract Rapid IP-Centric Virtual Prototype Development This presentation introduces an IP model development methodology allowing a high level of automation producing significant proportions of RTL and TLM implementations from a single source description.This methodology relies on a formal definition &#8230; <a href="http://www.duolog.com/conference-presentation-rapid-ip-centric-virtual-prototype-development/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Presentation Abstract</h2>
<p><strong>Rapid IP-Centric Virtual Prototype Development</strong></p>
<p>This presentation introduces an IP model development methodology allowing a high level of automation producing significant proportions of RTL and TLM implementations from a single source description.This methodology relies on a formal definition of IP metadata describing HW/SW interfaces and wrappers for TLM/RTL hybrid integration. The result of this methodology includes the creation of TLM (SystemC or SystemVerilog) and RTL code from a single source with a high percentage of automatically generated code and enabling much earlier software development.<br />
<a href="http://www.duolog.com/wp-content/uploads/CDNS_Live_siliconvalley_rapid_ip_FINAL.pdf" target="_new">Read More &#8230;</a></p>
<p><img title="CDNLive! Silicon Valley 2012" src="http://www.duolog.com/wp-content/uploads/hdr_sv2012.png" alt="CDNLive! Silicon Valley 2012" width="150" height="90" /> <img title="TLM SystemC" src="http://www.duolog.com/wp-content/uploads/logo_systemc.gif" alt="TLM System C" width="150" height="90" /> <img title="TLM System Verilog" src="http://www.duolog.com/wp-content/uploads/systemverilog.png" alt="TLM System Verilog" width="150" height="90" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/conference-presentation-rapid-ip-centric-virtual-prototype-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White Paper &#8211; Addressing HW/SW Interface Quality through Standards</title>
		<link>http://www.duolog.com/white-paper-addressing-hwsw-interface-quality-through-standards/</link>
		<comments>http://www.duolog.com/white-paper-addressing-hwsw-interface-quality-through-standards/#comments</comments>
		<pubDate>Fri, 11 May 2012 14:58:10 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=2031</guid>
		<description><![CDATA[White Paper Abstract Addressing HW/SW Interface Quality through Standards As software is an increasingly important aspect of system development, product schedules are mandating the earlier development of software concurrently with hardware. The Hardware/Software (HW/SW) interface is a critical development artifact &#8230; <a href="http://www.duolog.com/white-paper-addressing-hwsw-interface-quality-through-standards/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>White Paper Abstract</h2>
<p><strong>Addressing HW/SW Interface Quality through Standards</strong></p>
<p>As software is an increasingly important aspect of system development, product schedules are mandating the earlier development of software concurrently with hardware. The Hardware/Software (HW/SW) interface is a critical development artifact that plays a key role in efficient system realization.</p>
<p>This white paper gives an overview of the HW/SW interface and discusses the typical complexities encountered when designing the SW/HW interactions. The HW/SW interface flow is analyzed to show how insidious bugs are introduced into this domain. A compelling HW/SW interface solution is presented that combines best-practice design, formal specifications, the leveraging of different industry standards and register management solutions.</p>
<p><a href="http://www.duolog.com/wp-content/uploads/Increasing-HW_SW_interface_quality_through_standards.pdf" target="_new">Read More &#8230;</a></p>
<p><img title="DVCon2012" src="http://www.duolog.com/wp-content/uploads/2012DVCon_expo.png" alt="DVCon2012" width="90" height="45" /> <img title="IP-XACT" src="http://www.duolog.com/wp-content/uploads/ipxact.gif" alt="IP-XACT" width="90" height="45" /> <img title="UVM" src="http://www.duolog.com/wp-content/uploads/logo_UVM.gif" alt="UVM" width="90" height="45" /> <img title="TLM SystemC" src="http://www.duolog.com/wp-content/uploads/logo_systemc.gif" alt="TLM System C" width="90" height="45" /> <img title="TLM System Verilog" src="http://www.duolog.com/wp-content/uploads/systemverilog.png" alt="TLM System Verilog" width="90" height="45" /> <img title="Accellera" src="http://www.duolog.com/wp-content/uploads/logo_header.gif" alt="Accellera" width="90" height="45" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/white-paper-addressing-hwsw-interface-quality-through-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duolog is exhibiting and presenting at CDNLive! EMEA, Booth #9, May 14th to 16th</title>
		<link>http://www.duolog.com/duolog-is-exhibiting-and-presenting-at-cdnlive-emea-booth-9-may-14th-to-16th/</link>
		<comments>http://www.duolog.com/duolog-is-exhibiting-and-presenting-at-cdnlive-emea-booth-9-may-14th-to-16th/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:16:04 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1970</guid>
		<description><![CDATA[Duolog Technologies will be exhibiting at CDNLive! EMEA. Where we will show case our IP/SOC Integration and Verification technologies: Rapid IP Integration using rules-based system assembly and connectivity Comprehensive IP HW/SW integration and verification using UVM Formal programming sequence definition &#8230; <a href="http://www.duolog.com/duolog-is-exhibiting-and-presenting-at-cdnlive-emea-booth-9-may-14th-to-16th/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.duolog.com/wp-content/uploads/cdn_live_emea.jpg" rel="shadowbox[sbpost-1970];player=img;"><img class="alignright size-full wp-image-1767" title="CDNLive!EMEA" src="http://www.duolog.com/wp-content/uploads/cdn_live_emea.jpg" alt="" width="200" height="90" /></a> Duolog Technologies will be exhibiting at CDNLive! EMEA. Where we will show case our IP/SOC Integration and Verification technologies:</p>
<ul>
<li>Rapid IP Integration using rules-based system assembly and connectivity</li>
<li>Comprehensive IP HW/SW integration and verification using UVM</li>
<li>Formal programming sequence definition</li>
</ul>
<p>Duolog is presenting two papers at CDNLive. Don&#8217;t miss David Murray, CTO Duolog, presenting:</p>
<p style="padding-left: 30px;"><strong><em>Sequences: Formalizing software programming sequences to enhance HW/SW integration</em></strong>, <a title="Conference Paper - Sequences: Formalizing software programming sequences to enhance HW/SW integration" href="http://www.duolog.com/conference-presentation-formalizing-software-programming-sequences-to-enhance-hwsw-integration/">learn more</a></p>
<p style="padding-left: 30px;">Wednesday, 14th May : 11.30 am : SDV06 &#8211; System Realization Design &amp; Verification</p>
<p>Fergal Strumble, Verification Services Project Manager, is presenting:</p>
<p style="padding-left: 30px;"><strong><em>Advanced Verification Techniques for the Mixed-Signal Domain</em></strong>, <a title="Conference Paper - Advanced Verification Techniques for the Mixed-Signal Domain" href="http://www.duolog.com/conference-presentation-advanced-verification-techniques-for-the-mixed-signal-domain/">learn more</a></p>
<p style="padding-left: 30px;">Wednesday, 14th May : 11.00 am : FV11 &#8211; Silicon Realization Functional Verification</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/duolog-is-exhibiting-and-presenting-at-cdnlive-emea-booth-9-may-14th-to-16th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duolog’s OCP Toolkit Available For Immediate Evaluation Via Xuropa</title>
		<link>http://www.duolog.com/duolog%e2%80%99s-ocp-toolkit-available-for-immediate-evaluation-via-xuropa/</link>
		<comments>http://www.duolog.com/duolog%e2%80%99s-ocp-toolkit-available-for-immediate-evaluation-via-xuropa/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 13:39:33 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Duolog News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1914</guid>
		<description><![CDATA[DUBLIN, Ireland, and Beaverton USA, Duolog Technologies and OCP-IP jointly announced today that Duolog’s OCP toolkit is now available for evaluation in the cloud on the Xuropa Cloud Platform. OCP Conductor and Tracker join Socrates Bitwise, Weaver and Spinner in &#8230; <a href="http://www.duolog.com/duolog%e2%80%99s-ocp-toolkit-available-for-immediate-evaluation-via-xuropa/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>DUBLIN, Ireland, and Beaverton USA, <a title="Duolog Technologies" href="http://www.duolog.com/">Duolog Technologies</a> and <a title="OCP-IP" href="http://www.ocpip.org/">OCP-IP</a> jointly announced today that Duolog’s OCP toolkit is now available for evaluation in the cloud on the Xuropa Cloud Platform. OCP Conductor and Tracker join <em><strong>Socrates</strong></em> Bitwise, Weaver and Spinner in the <a title="Socrates Lab" href="http://www.xuropa.com/company.php?comp_id=491"><strong>Socrates Lab</strong></a> on Xuropa.</p>
<p>Users with a web browser can test-drive Duolog’s revolutionary System-on-Chip integration tools in minutes. To access Duolog’s freely available OCP toolkit and also the Socrates integration applications, simply visit the <a title="Socrates Lab" href="http://www.xuropa.com/company.php?comp_id=491"><strong>Socrates Lab</strong></a> on Xuropa. Once engineers have utilized the OCP toolkit, they can then request a free members’ copy via the OCP-IP website.</p>
<p>“Adding the OCP toolkit to the Socrates Lab on Xuropa demonstrates Duolog’s continued commitment to OCP-IP users. The toolkit, which is free for OCP-IP members, allows users to track and tune the performance of their system’s OCP infrastructure,” said Ray Bulger, CEO of Duolog Technologies. “In addition to immediately accessing the OCP toolkit, visitors to the Socrates lab can also try out Socrates Weaver, which offers the fastest, most efficient and reusable methodology for OCP integration and system assembly.”</p>
<p>“Duolog Technologies has been a long-standing contributing member to the OCP international partnership, and I am pleased that they have made their OCP toolkit more accessible to OCP users,&#8221; said Ian Mackintosh, president and chairman of OCP-IP. ”Duolog continues to support OCP users by providing a pre-configured library of OCP integration rules as part of its Socrates Weaver system integration tool.&#8221;</p>
<p><strong>About OCP Tracker</strong>: OCP Tracker allows designers of OCP-based systems to tune their architectures to maximize performance. It provides graphical, statistical and transaction analysis of OCP interfaces and fabrics. It also enables validation of performance metrics via a built-in regression manager and seamlessly interfaces with OCP-IP’s CoreCreator II trace files to allow bandwidth, latency and other types of performance metrics to be analyzed. OCP Tracker’s 3D 360° navigation engine allows these metrics to be visualized in an intuitive way. It provides an understanding of how OCP systems cope with different types of traffic patterns, thus enabling the identification of the optimal architectural structure of the SoC.</p>
<p><strong>About OCP Conductor</strong>: OCP Conductor is an innovative, detailed OCP transaction viewer that enables fine-grained analysis of bus transactions. A complete transaction sequence can be traced from request to response along with a host of related information about the transaction, permitting instant, powerful, high-level OCP transaction analysis and debug. Transactions are visually extracted from simulations and presented in a user-friendly and intuitive way.</p>
<p><strong>About Duolog Technologies</strong>: Duolog Technologies is a leading developer of EDA tools and solutions that address the increasingly complex challenges of IP integration. We enable our customers to deliver integrated systems more quickly and cost-effectively than their competitors. Our innovative products and solutions allow for maximum productivity and control throughout the entire SoC lifecycle.</p>
<p><strong>About OCP-IP</strong>: Formed in 2001, OCP-IP is a non-profit corporation promoting, supporting and delivering the only openly licensed, core-centric protocol comprehensively fulfilling integration requirements of heterogeneous multicore systems. The Open Core Protocol (OCP) facilitates IP core reusability and reduces design time, risk, and manufacturing costs for all SoC and electronic designs by providing a comprehensive supporting infrastructure. For additional background and membership information, visit <a title="www.ocpip.org" href="http://www.ocpip.org/">www.ocpip.org</a>.</p>
<p><strong>About Xuropa Incorporated</strong>: Xuropa is the pioneering cloud demo platform for independent software vendors. Built upon a unique lead nurturing and analytics engine, Xuropa enables software vendors to conveniently demo their products in the cloud and drive the resultant sales pipeline to increase sales yields. For more information, go to <a title="www.xuropa.com" href="http://www.xuropa.com/">www.xuropa.com</a>.</p>
<p>For further information on Duolog, please contact:<br />
Norman Walsh<br />
+353 1 217 8400<br />
<a href="mailto:info@duolog.com">info@duolog.com</a><br />
<a title="http://www.duolog.com/" href="http://www.duolog.com/">http://www.duolog.com</a></p>
<p>For further information on OCP-IP, please contact:<br />
Joe Basques<br />
+ 1 512-551-3377<br />
<a href="mailto:joe@ocpip.org">joe@ocpip.org</a><br />
<a title="http://www.ocp-ip.org" href="http://www.ocp-ip.org">http://www.ocp-ip.org</a></p>
<p>For further information on Xuropa, please contact:<br />
James Colgan<br />
+1 415-727-5741<br />
<a href="mailto:sales@xuropa.com">sales@xuropa.com</a><br />
<a title="http://www.xuropa.com" href="http://www.xuropa.com">http://www.xuropa.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/duolog%e2%80%99s-ocp-toolkit-available-for-immediate-evaluation-via-xuropa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duolog is presenting at CDNLive! Silicon Valley, March 14th, &#8216;Rapid IP-Centric Virtual Prototype Development&#8217;</title>
		<link>http://www.duolog.com/duolog-is-presenting-at-cdnlive-silicon-valley-march-14th-rapid-ip-centric-virtual-prototype-development/</link>
		<comments>http://www.duolog.com/duolog-is-presenting-at-cdnlive-silicon-valley-march-14th-rapid-ip-centric-virtual-prototype-development/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 13:53:13 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1902</guid>
		<description><![CDATA[Duolog Technologies will be presenting at CDNLive! Silicon Valley. Where it will show case our latest SoC integration technologies: Rapid IP Integration using rules-based system assembly and connectivity Comprehensive HW/SW Integration solutions utilizing standards such as UVM Fast Integration of &#8230; <a href="http://www.duolog.com/duolog-is-presenting-at-cdnlive-silicon-valley-march-14th-rapid-ip-centric-virtual-prototype-development/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.duolog.com/wp-content/uploads/hdr_sv2012.png" rel="shadowbox[sbpost-1902];player=img;"><img class="alignright size-full wp-image-1767" title="CDNLiveSiliconValley" src="http://www.duolog.com/wp-content/uploads/hdr_sv2012.png" alt="" width="248" height="95" /></a>Duolog Technologies will be presenting at CDNLive! Silicon Valley. Where it will show case our latest SoC integration technologies:</p>
<ul>
<li>Rapid IP Integration using rules-based system assembly and connectivity</li>
<li>Comprehensive HW/SW Integration solutions utilizing standards such as UVM</li>
<li>Fast Integration of your I/O Layer</li>
<li>A sneak preview into the future of formal programming sequence definition</li>
</ul>
<p>Don&#8217;t miss Jack Donovan, a TLM industry expert, presenting at CDNLive:</p>
<p><strong><em>Rapid IP-Centric Virtual Prototype Development</em></strong></p>
<p>Wednesday, the 14th March : 11 am : Track Six &#8211; System/ Software/ IC Packaging</p>
<p>As Software development has become the key enabler for application-enabled platforms it has also become the dominant cost, schedule and resource factor in system realization.  Software critical path mitigation requires earlier development of software artifacts and mandates early and accurate models of the hardware platform.  </p>
<p>Hardware platform development is increasingly focused around integrating configurable IP around a proven core system leading semiconductor companies taking on the role of ‘integrators’.  IP components therefore need to be developed concurrently with the software and provide early and accurate models for software development.  As with most critical paths, the challenge is how to provide these model as early as possible and  SystemC TLM2.0 allows modeling of a system at a higher level of abstraction allowing faster model development than the hardware counterpart and also allow faster simulation speeds for efficient software debug.  Because the HW/SW interface is critical to the whole software development cycle, it is necessary to ensure IP models are register-accurate. The rapid integration of these IP into a system is also vital to earlier software development and integration, the system typically being a mix of different levels of abstraction.</p>
<p>This presentation presents an IP model development methodology which allows a high level of automation that produces significant proportions of RTL and TLM model implementation from a single source description.  This methodology relies on formal definition of IP metadata, including the HW/SW interface that allows automated creation of RTL, TLM IP implementations.  The methodology can also automate the creation of IP wrappers to enable both RTL and TLM hybrid IP integration </p>
<p>The presentation also introduces an single source RTL/TLM ‘flick switch’ connectivity solution that automates the creation of system level connectivity models at either the RTL or TLM abstraction level with the ability to switch from one to the other – at the flick of a switch. </p>
<p>Finally a complete flow is presented from IP level packaging and TLM model creation, through automated RTL and TLM abstracted (flick-switch) system connectivity, to compilation and simulation in the Cadence VSP environment</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/duolog-is-presenting-at-cdnlive-silicon-valley-march-14th-rapid-ip-centric-virtual-prototype-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration Insights: SID at DVCON2012</title>
		<link>http://www.duolog.com/integration-insights-sid-at-dvcon2012/</link>
		<comments>http://www.duolog.com/integration-insights-sid-at-dvcon2012/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 14:20:32 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Duolog News]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1854</guid>
		<description><![CDATA[Blog – Integration Insights : SID at DVCON2012 By: David Murray February 24th 2010 Yes : SID is still around!  SID is the &#8216;Insidious Bug&#8217; that creeps around the front-end of the design flow.  He lives in incomplete or ambiguous specifications. &#8230; <a href="http://www.duolog.com/integration-insights-sid-at-dvcon2012/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.duolog.com/wp-content/uploads/SID2-150x150.jpg" rel="shadowbox[sbpost-1854];player=img;"><img class="alignright size-full wp-image-1767" title="2012DVCon_expo" src="http://www.duolog.com/wp-content/uploads/SID2-150x150.jpg" alt="" width="133" height="55" /> </a><br />
<h3><a title="http://integrationinsights.typepad.com/" href="http://integrationinsights.typepad.com/" target="_blank">Blog – Integration Insights : SID at DVCON2012</a></h3>
<p>By: <a title="http://integrationinsights.typepad.com/blog/about-me.html" href="http://integrationinsights.typepad.com/blog/about-me.html" target="_blank">David Murray</a> February 24th 2010</p>
<p>Yes : SID is still around!  SID is the &#8216;Insidious Bug&#8217; that creeps around the front-end of the design flow.  He lives in incomplete or ambiguous specifications. He thrives on misinterpretation.  He lurks in parts of the design flow where design intent is heavily shared between different teams, and he is subtle and sneaky &#8211; but when he strikes it&#8217;s with very painful consequences.</p>
<p>If you want to find out all about SID then come along to my DVCON presentation <strong>: Addressing HW/SW Interface Quality Through Standards, </strong><em>Wednesday 29<sup>th</sup> Feb : 9:30 am : Room: San Jose/Santa Clara Room<br />
</em></p>
<p>Also, on the Monday I am presenting as part of the IP-XACT TC Tutorial on <strong>IP-XACT and UVM</strong><em> Monday 27<sup>th</sup> Feb : 4:30pm-5:00pm : Room : Pine Ballroom.</em></p>
<p><a href="http://www.duolog.com/wp-content/uploads/2012DVCon_expo.png" rel="shadowbox[sbpost-1854];player=img;"><img class="alignright size-full wp-image-1767" title="SID_is_still_around" src="http://www.duolog.com/wp-content/uploads/2012DVCon_expo.png" alt="" width="133" height="55" /></a>And if you miss these two, then call around to the Duolog Booth #302 anytime on <em>Tuesday, February 28 &#8211; 3:30-6:30pm, or Wednesday, February 29 &#8211; 4:30-7:00pm </em> where we can show you our latest SoC integration technologies.</p>
<ul>
<li>Rapid IP Integration using rules-based system assembly and connectivity</li>
<li>Comprehensive HW/SW Integration solutions utilizing standards such as UVM</li>
<li>Fast Integration of your I/O Layer</li>
<li>A sneak preview into the future of formal programming sequence definition</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/integration-insights-sid-at-dvcon2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVCon 2012: Duolog will exhibit at Booth #302 the 28-29th February</title>
		<link>http://www.duolog.com/dvcon-2012-duolog-will-exhibit-at-booth-1104-the-28-29th-february/</link>
		<comments>http://www.duolog.com/dvcon-2012-duolog-will-exhibit-at-booth-1104-the-28-29th-february/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 16:21:18 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[David Murray]]></category>
		<category><![CDATA[Duolog]]></category>
		<category><![CDATA[Duolog Technologies]]></category>
		<category><![CDATA[DVCon]]></category>
		<category><![CDATA[IP-XACT]]></category>
		<category><![CDATA[register management]]></category>
		<category><![CDATA[TLM]]></category>
		<category><![CDATA[TLM2.0]]></category>
		<category><![CDATA[UVM]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1766</guid>
		<description><![CDATA[Duolog is exhibiting at DVCon at Booth #302 and presenting "Addressing HW/SW Interface Quality through Standards" on Monday, the 27th February at 3:30.  <a href="http://www.duolog.com/dvcon-2012-duolog-will-exhibit-at-booth-1104-the-28-29th-february/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.duolog.com/wp-content/uploads/2012DVCon_expo.png" rel="shadowbox[sbpost-1766];player=img;"><img class="alignright size-full wp-image-1767" title="2012DVCon_expo" src="http://www.duolog.com/wp-content/uploads/2012DVCon_expo.png" alt="" width="133" height="55" /></a>DVCon 2012 in San Jose, California, from the 28-29th February. Come visit us at Booth #302 where we can show you our latest SoC integration technologies:</p>
<ul>
<li>Rapid IP Integration using rules-based system assembly and connectivity</li>
<li>Comprehensive HW/SW Integration solutions utilizing standards such as UVM</li>
<li>Fast Integration of your I/O Layer</li>
<li>A sneak preview into the future of formal programming sequence definition</li>
</ul>
<p>Don&#8217;t miss David Murray, CTO at Duolog Technologies, presenting at DVCon:</p>
<p><strong><em>IP-XACT Tutorial &#8211; IP-XACT and UVM</em></strong></p>
<p>Monday, the 27th February : 4.30pm : Room Pine Ballroom</p>
<p>IP-XACT can be used to describe many aspects of the HW/SW Interface. This presentation explains the IP-XACT HW/SW Interface constructs that can be used to allow automation of the UVM register packages. Its shows how this automation enables a very efficient HW/SW Interface verification flow using UVM.</p>
<p><strong><em>White Paper: &#8220;Addressing HW/SW Interface Quality through Standards&#8221;</em></strong></p>
<p>Wednesday, the 29th February at 9.30am : Room San Jose/Santa Clara</p>
<p>This white paper and presentation details the types of quality issues faced during HW/SW Integration. It explains how the use of standards such as IP-XACT, UVM, TLM2.0 and CMSIS, together with proven register management techniques, provides dramatic increases in quality. The presentation also discusses where the next level of standardization is happening in the HW/SW Interface and profiles some of the emerging solutions.</p>
<p>Visit <a title="http://dvcon.org/" href="http://dvcon.org/" target="_blank">here</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/dvcon-2012-duolog-will-exhibit-at-booth-1104-the-28-29th-february/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jack Donovan Joins Duolog to Drive Expansion of ESL and TLM Solutions</title>
		<link>http://www.duolog.com/jack-donovan-joins-duolog-to-drive-expansion-of-esl-and-tlm-solutions/</link>
		<comments>http://www.duolog.com/jack-donovan-joins-duolog-to-drive-expansion-of-esl-and-tlm-solutions/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:00:41 +0000</pubDate>
		<dc:creator>duolog</dc:creator>
				<category><![CDATA[Duolog News]]></category>
		<category><![CDATA[Duolog]]></category>
		<category><![CDATA[Duolog Technologies]]></category>
		<category><![CDATA[EDA Tools]]></category>
		<category><![CDATA[ESL]]></category>
		<category><![CDATA[IP integration]]></category>
		<category><![CDATA[Jack Donovan]]></category>
		<category><![CDATA[semiconductor industry]]></category>
		<category><![CDATA[SoC]]></category>
		<category><![CDATA[socrates]]></category>
		<category><![CDATA[system on chip]]></category>
		<category><![CDATA[SystemC]]></category>
		<category><![CDATA[TLM]]></category>
		<category><![CDATA[TLM2.0]]></category>

		<guid isPermaLink="false">http://www.duolog.com/?p=1753</guid>
		<description><![CDATA[DUBLIN, Ireland, December 13th 2011 &#8211; Duolog Technologies, the award-winning developer of IP and SoC integration products, today announced that semiconductor industry veteran and SystemC guru, Jack Donovan, has joined the Duolog team. Based in the company’s Galway, Ireland office, &#8230; <a href="http://www.duolog.com/jack-donovan-joins-duolog-to-drive-expansion-of-esl-and-tlm-solutions/">Learn more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-1763 alignright" title="Jack Donovan, Duolog Technologies" src="http://www.duolog.com/wp-content/uploads/Jack_Donovan6-150x150.jpg" alt="Jack Donovan, Duolog Technologies" width="185" height="185" /></p>
<p>DUBLIN, Ireland, December 13<sup>th</sup> 2011 &#8211; <a href="../../../../../">Duolog Technologies</a>, the award-winning developer of IP and SoC integration products, today announced that semiconductor industry veteran and SystemC guru, Jack Donovan, has joined the Duolog team. Based in the company’s Galway, Ireland office, Donovan will focus on further expanding the capabilities of Duolog’s <em>Socrates</em> tool suite in the ESL and TLM domains.</p>
<p>“Expanding our <em>Socrates</em> tool suite with further ESL and TLM capabilities and applications has become essential as customer demand increases in these areas,” said Ray Bulger, CEO of Duolog Technologies. “Adding somebody of Jack’s calibre to the team will allow us to greatly expand our tools’ capabilities and reinforce our position as one of the leading suppliers of SystemC-based solutions.”</p>
<p>“Duolog’s commitment to extend their SoC integration applications to encompass SystemC and TLM will solidify their position as an EDA pioneer,” said Jack Donovan. “I am excited about joining Duolog and I look forward to working with the Duolog team to deliver innovative solutions to our customers.”</p>
<p>Jack joins Duolog with more than 30 years of experience as a manager and leader of engineering teams. He is a well-known consultant in the EDA industry for his SystemC and TLM 2.0 expertise and is co-author of the industry bestseller, ‘SystemC: From the Ground Up’. Previously, Jack was President and a Member of the Board at XtremeEDA. During his time at XtremeEDA, he Founded ESLX, Inc. and was President before it merged with XtremeEDA. Jack has held various senior management and engineering positions at several companies in San Jose and Austin including Synopsys Inc. and Tandem Computers Jack received his MSEE and BEE from the Georgia Institute of Technology.</p>
<p><strong>About Duolog Technologies: </strong>Duolog Technologies is a leading developer of EDA tools that address the increasingly complex challenges of IP integration. We enable our customers to deliver integrated systems more quickly and cost effectively than their competitors. Our innovative products and solutions allow for maximum productivity and control throughout the entire SoC lifecycle.<strong> </strong></p>
<p>For further information on Duolog, please contact:<br />
Sally Kenny<br />
+353 91 730 879<br />
<a href="mailto:sally.kenny@duolog.com">sally.kenny@duolog.com</a><br />
<a href="../../../../../">http://www.duolog.com</a></p>
<p>Photo compliments of Carol Donovan, <a title="http://www.photoartbycarol.com/" href="http://www.photoartbycarol.com/" target="_blank">www.photoartbycarol.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duolog.com/jack-donovan-joins-duolog-to-drive-expansion-of-esl-and-tlm-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

