<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SPI Verification IP</title>
	<atom:link href="http://syswip.com/spi-verification-ip/feed" rel="self" type="application/rss+xml" />
	<link>http://syswip.com/spi-verification-ip</link>
	<description>Alternative Verification</description>
	<lastBuildDate>Mon, 09 Jan 2012 04:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tiksan</title>
		<link>http://syswip.com/spi-verification-ip/comment-page-1#comment-591</link>
		<dc:creator>Tiksan</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://syswip.com/?p=449#comment-591</guid>
		<description>Correct!
Thank you very much.</description>
		<content:encoded><![CDATA[<p>Correct!<br />
Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poluekt</title>
		<link>http://syswip.com/spi-verification-ip/comment-page-1#comment-590</link>
		<dc:creator>Poluekt</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://syswip.com/?p=449#comment-590</guid>
		<description>I solved this problem.

dataOutBuff.push_back(this.tr.dataByte);</description>
		<content:encoded><![CDATA[<p>I solved this problem.</p>
<p>dataOutBuff.push_back(this.tr.dataByte);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poluekt</title>
		<link>http://syswip.com/spi-verification-ip/comment-page-1#comment-589</link>
		<dc:creator>Poluekt</dc:creator>
		<pubDate>Fri, 11 Nov 2011 11:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://syswip.com/?p=449#comment-589</guid>
		<description>Hi!

I try run VIP in cadence IUS8.2 and have next errors:

irun: *N,CLEAN: Removing existing directory ./INCA_libs.
      dataOutBuff = {dataOutBuff, this.tr.dataByte};
                    &#124;
ncvlog: *E,TYCMPAT (spi_s.sv,242&#124;20): assignment operator type check failed (expecting datatype compatible with &#039;queue of bit8&#039; but found &#039;packed array&#039; instead).
      dataOutBuff = {dataOutBuff, this.tr.dataByte};
                               &#124;
ncvlog: *E,TYPEERR (spi_s.sv,242&#124;31): {} concatenation operator operand type is illegal.

Best regards,
Poluekt</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I try run VIP in cadence IUS8.2 and have next errors:</p>
<p>irun: *N,CLEAN: Removing existing directory ./INCA_libs.<br />
      dataOutBuff = {dataOutBuff, this.tr.dataByte};<br />
                    |<br />
ncvlog: *E,TYCMPAT (spi_s.sv,242|20): assignment operator type check failed (expecting datatype compatible with &#8216;queue of bit8&#8242; but found &#8216;packed array&#8217; instead).<br />
      dataOutBuff = {dataOutBuff, this.tr.dataByte};<br />
                               |<br />
ncvlog: *E,TYPEERR (spi_s.sv,242|31): {} concatenation operator operand type is illegal.</p>
<p>Best regards,<br />
Poluekt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiksan</title>
		<link>http://syswip.com/spi-verification-ip/comment-page-1#comment-580</link>
		<dc:creator>Tiksan</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://syswip.com/?p=449#comment-580</guid>
		<description>Hi Harry,

Could you please send me an e-mail with the short description of your SPI module?

Bests,
Tiksan</description>
		<content:encoded><![CDATA[<p>Hi Harry,</p>
<p>Could you please send me an e-mail with the short description of your SPI module?</p>
<p>Bests,<br />
Tiksan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://syswip.com/spi-verification-ip/comment-page-1#comment-579</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 21 Apr 2011 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://syswip.com/?p=449#comment-579</guid>
		<description>Hi Tiksan,
First of all, thank you for creating such a blog.
The SPI verification IP data you offer here is great, while the User Manual is well presented and useful.

I use VHDL and Verilog and am not conversant with SystemVerilog. However, I agree that verification efficiency, quality and reusability is increased with the type of abstraction offered by languages such as SystemVerilog. So I need to get myself trained really.

In the meantime, I have a spi_slave module written in Verilog, and was wondering whether you could offer some pointers on how I can integrate my Verilog module with your SPI verification IP? The module implementation is close to the hardware (as is usually Verilog or VHDL code) and for instance, it has a system clk input which is not in your spi_slave interface.

Thanks in advance for any advice.
Harry</description>
		<content:encoded><![CDATA[<p>Hi Tiksan,<br />
First of all, thank you for creating such a blog.<br />
The SPI verification IP data you offer here is great, while the User Manual is well presented and useful.</p>
<p>I use VHDL and Verilog and am not conversant with SystemVerilog. However, I agree that verification efficiency, quality and reusability is increased with the type of abstraction offered by languages such as SystemVerilog. So I need to get myself trained really.</p>
<p>In the meantime, I have a spi_slave module written in Verilog, and was wondering whether you could offer some pointers on how I can integrate my Verilog module with your SPI verification IP? The module implementation is close to the hardware (as is usually Verilog or VHDL code) and for instance, it has a system clk input which is not in your spi_slave interface.</p>
<p>Thanks in advance for any advice.<br />
Harry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

