<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Altera Forums</title>
		<link>http://www.alteraforum.com/forum/</link>
		<description><![CDATA[Altera's discussion forum for Altera, FPGA Forum, CPLD Forum, Programmable Logic, Quartus License, FPGA, CPLD Troubleshoot, Structured Asic, Field Programmable Gate Array]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 18 May 2012 22:52:01 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.alteraforum.com/forum//proweb/misc/rss.jpg</url>
			<title>Altera Forums</title>
			<link>http://www.alteraforum.com/forum/</link>
		</image>
		<item>
			<title>Usermode</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35900&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 20:37:37 GMT</pubDate>
			<description>Can anyone please tell me the procedure for entering the usermode, in order to see the status of the CRC_ERROR pin in cycloneii EP2C35. 
  
Thank you...</description>
			<content:encoded><![CDATA[<div>Can anyone please tell me the procedure for entering the usermode, in order to see the status of the CRC_ERROR pin in cycloneii EP2C35.<br />
 <br />
Thank you in advance</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>ptangella42</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35900</guid>
		</item>
		<item>
			<title>Arria II GX and SDI-HSMC Daughter card</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35899&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 20:34:33 GMT</pubDate>
			<description>Can anyone point me in the right direction or give me some information about developing with the Arria II GX Development Kit and the SDI-HSMC...</description>
			<content:encoded><![CDATA[<div>Can anyone point me in the right direction or give me some information about developing with the Arria II GX Development Kit and the SDI-HSMC Daughter card? Every thing I see on the internet has the Stratix IV board using the SDI-HSMC daughter card and the DVI-HSMC daughter card with the Arria II board.<br />
<br />
Thanks,<br />
<br />
Taylor</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=31">Development Kit Related</category>
			<dc:creator>tsprinkle</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35899</guid>
		</item>
		<item>
			<title>Verilog Synthesis Q</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35898&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 20:29:10 GMT</pubDate>
			<description><![CDATA[Am bumping into a synthesis problem inside of an always construct.  Simplified code is 
 
reg true_or_false[0:9999]; 
reg a; 
 
always (negedge clk)...]]></description>
			<content:encoded><![CDATA[<div>Am bumping into a synthesis problem inside of an always construct.  Simplified code is<br />
<br />
reg true_or_false[0:9999];<br />
reg a;<br />
<br />
always (negedge clk)<br />
begin<br />
 if (a &lt;5000)<br />
     true_or_false[a] &lt;= 1<br />
 else if (a &lt; 10000)<br />
     true_or_false[a+5000] &lt;= 1<br />
end<br />
<br />
The error I get is &quot;Cannot convert all sets of registers into RAM megafunctions when creating nodes.  The resulting number of registers remaining in design exceeds the number of registers in device.....&quot;<br />
<br />
If I remove the if else construct, no allocations (register/memory/etc) are &gt; 30%.<br />
<br />
I'm quite sure I'm violating an HDL paradigm.  Could use a little guidance on why and thoughts on how I might implement it correctly.<br />
<br />
THNX,<br />
ME</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>MarkEverly</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35898</guid>
		</item>
		<item>
			<title>Help starting out with Arria II GX Dev Board and SDI HSMC Daughter card</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35897&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 20:09:12 GMT</pubDate>
			<description>Can anyone point me in the right direction or give me some information about developing with the Arria II GX Development Kit and the SDI-HSMC...</description>
			<content:encoded><![CDATA[<div>Can anyone point me in the right direction or give me some information about developing with the Arria II GX Development Kit and the SDI-HSMC Daughter card?  Every thing I see on the internet has the Stratix IV board using the SDI-HSMC  daughter card and the DVI-HSMC daughter card with the Arria II board.<br />
<br />
Thanks,<br />
<br />
Taylor</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>tsprinkle</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35897</guid>
		</item>
		<item>
			<title>mSGDMA with different write clock and read clocks</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35896&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 17:44:20 GMT</pubDate>
			<description>Hi, 
 
I am using the modular SGDMA (mSGDMA) with the PCIe connected to DDR memories. NIOS processor programs the descriptors. I would like to use...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am using the modular SGDMA (mSGDMA) with the PCIe connected to DDR memories. NIOS processor programs the descriptors. I would like to use different clocks for descriptor programming, for read side and for write side. Is this possible without modifying the mSGDMA source code? <br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=10">IP Discussion</category>
			<dc:creator>eldos</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35896</guid>
		</item>
		<item>
			<title>Terasic DE2-115 flash elf</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35895&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 17:37:10 GMT</pubDate>
			<description>Am using Quartus/Eclipse with DE2-115.  Can someone provide some guidance on how to compile NIOS based application developed under eclipse so it can...</description>
			<content:encoded><![CDATA[<div>Am using Quartus/Eclipse with DE2-115.  Can someone provide some guidance on how to compile NIOS based application developed under eclipse so it can be falshed as opposed to loading through the debugger each execution.<br />
<br />
Thnx<br />
ME</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=31">Development Kit Related</category>
			<dc:creator>MarkEverly</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35895</guid>
		</item>
		<item>
			<title>Terasic DE2-115 Flash programming</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35894&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 17:24:48 GMT</pubDate>
			<description>Am using Quartus/Eclipse with DE2-115.  Can someone provide some guidance on how to compile NIOS based application developed under eclipse so it can...</description>
			<content:encoded><![CDATA[<div>Am using Quartus/Eclipse with DE2-115.  Can someone provide some guidance on how to compile NIOS based application developed under eclipse so it can be falshed as opposed to loading through the debugger each execution.<br />
<br />
Thnx<br />
ME</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=31">Development Kit Related</category>
			<dc:creator>MarkEverly</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35894</guid>
		</item>
		<item>
			<title>Altera classes</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35893&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 14:06:20 GMT</pubDate>
			<description>Is it possible to become a partner in Altera? I went through training with an instructor and got considerable experience in FPGA. Can I led a course?...</description>
			<content:encoded><![CDATA[<div>Is it possible to become a partner in Altera? I went through training with an instructor and got considerable experience in FPGA. Can I led a course? Where can I turn to this issue?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>dedanaan</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35893</guid>
		</item>
		<item>
			<title>On board USB Blaster?</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35892&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 12:55:10 GMT</pubDate>
			<description>Hi, 
I want to design in a USB Blaster type adaptor on my ARM board so I can test and program the entire system in situ.  I have a spare USB port. ...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I want to design in a USB Blaster type adaptor on my ARM board so I can test and program the entire system in situ.  I have a spare USB port.  It sounds like a good idea in principle but is there a reference design somewhere for this?  Is the Altera USB Blaster design open source?<br />
<br />
Thanks<br />
D</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>de-em</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35892</guid>
		</item>
		<item>
			<title>DE2-115: Problem - ISP1362 Does Not Work</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35891&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 12:49:58 GMT</pubDate>
			<description>Hi guys, 
 
I am using DE2-115 board configured with SOPC file from included DE2-115 CD (DE2_115_NIOS_DEVICE_LED). 
 
I removed all components except...</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I am using DE2-115 board configured with SOPC file from included DE2-115 CD (DE2_115_NIOS_DEVICE_LED).<br />
<br />
I removed all components except the following:<br />
- pll<br />
- jtag_uart<br />
- cpu<br />
- onchip_memory<br />
- sdram<br />
- clock_crossing_io<br />
- timer<br />
- sysid<br />
- usb<br />
<br />
I made some changes on the remaining components as below (SOPC screenshot attached): <br />
1. cpu<br />
- enable hardware divide<br />
- reset &amp; exception vector: memory: sdram<br />
- include mmu<br />
- fast TLB miss exception vector: memory: onchip_memory<br />
- include tightly coupled instruction &amp; data master ports<br />
2. onchip_memory<br />
- enable dual port access<br />
- total memory size: 1024 bytes<br />
3. usb<br />
- changed name to ISP1362<br />
<br />
This is the content of DTS file generated: <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">/*<br />
&nbsp;* This devicetree is generated by sopc2dts<br />
&nbsp;* Sopc2dts is written by Walter Goossens &lt;waltergoossens@home.nl&gt;<br />
&nbsp;* in cooperation with the nios2 community &lt;Nios2-dev@sopc.et.ntust.edu.tw&gt;<br />
&nbsp;*/<br />
/dts-v1/;<br />
<br />
/ {<br />
&nbsp; &nbsp; &nbsp; &nbsp; model = &quot;ALTR,DE2_115_SOPC&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,DE2_115_SOPC&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; #address-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; #size-cells = &lt; 1 &gt;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; cpus {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #address-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #size-cells = &lt; 0 &gt;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cpu: cpu@0x0 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; device_type = &quot;cpu&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,nios2-11.1&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x00000000 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupt-controller;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #interrupt-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock-frequency = &lt; 100000000 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.CPU_FREQ type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dcache-line-size = &lt; 32 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.DCACHE_LINE_SIZE type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icache-line-size = &lt; 32 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.ICACHE_LINE_SIZE type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dcache-size = &lt; 2048 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.DCACHE_SIZE type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icache-size = &lt; 4096 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.ICACHE_SIZE type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,implementation = &quot;fast&quot;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.CPU_IMPLEMENTATION type STRING*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,pid-num-bits = &lt; 8 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.PROCESS_ID_NUM_BITS type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,tlb-num-ways = &lt; 16 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.TLB_NUM_WAYS type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,tlb-num-entries = &lt; 256 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.TLB_NUM_ENTRIES type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,tlb-ptr-sz = &lt; 8 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.TLB_PTR_SZ type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,has-div;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.HARDWARE_DIVIDE_PRESENT type NUMBER*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,has-mul;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.HARDWARE_MULTIPLY_PRESENT type NUMBER*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,reset-addr = &lt; 0xc0000000 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.RESET_ADDR type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,fast-tlb-miss-addr = &lt; 0xc9001000 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.FAST_TLB_MISS_EXCEPTION_ADDR type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALTR,exception-addr = &lt; 0xc0000020 &gt;;&nbsp; &nbsp; &nbsp; &nbsp; /* embeddedsw.CMacro.EXCEPTION_ADDR type NUMBER */<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end cpu@0x0 (cpu)<br />
&nbsp; &nbsp; &nbsp; &nbsp; }; //end cpus<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; memory@0 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; device_type = &quot;memory&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x00000000 0x08000000<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x09001000 0x00000400 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }; //end memory@0<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; sopc@0 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ranges;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #address-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #size-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; device_type = &quot;soc&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,avalon&quot;, &quot;simple-bus&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus-frequency = &lt; 100000000 &gt;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock_crossing_io: bridge@0x8000000 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,avalon-11.1&quot;, &quot;simple-bus&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x08000000 0x00000040 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #address-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #size-cells = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ranges = &lt; 0x00000000 0x08000000 0x00000020<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x00000020 0x08000020 0x00000008 &gt;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; timer: timer@0x0 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,timer-11.1&quot;, &quot;ALTR,timer-1.0&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x00000000 0x00000020 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupt-parent = &lt; &amp;cpu &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupts = &lt; 0 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock-frequency = &lt; 10000000 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end timer@0x0 (timer)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sysid: sysid@0x20 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,sysid-11.1&quot;, &quot;ALTR,sysid-1.0&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x00000020 0x00000008 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end sysid@0x20 (sysid)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end bridge@0x8000000 (clock_crossing_io)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jtag_uart: serial@0x9001410 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,juart-11.1&quot;, &quot;ALTR,juart-1.0&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x09001410 0x00000008 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupt-parent = &lt; &amp;cpu &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupts = &lt; 1 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end serial@0x9001410 (jtag_uart)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pll: clock@0x9001400 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;ALTR,pll-11.1&quot;, &quot;ALTR,pll-1.0&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x09001400 0x00000010 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end clock@0x9001400 (pll)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ISP1362: isp1362@0x9001418 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; compatible = &quot;nxp,isp1362-1.0&quot;, &quot;nxp,usb-isp1362&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reg = &lt; 0x09001418 0x00000004<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x0900141C 0x00000004<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x09001420 0x00000004<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x09001424 0x00000004 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupt-parent = &lt; &amp;cpu &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interrupts = &lt; 2 3 &gt;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }; //end isp1362@0x9001418 (ISP1362)<br />
&nbsp; &nbsp; &nbsp; &nbsp; }; //end sopc@0<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; chosen {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bootargs = &quot;debug console=ttyAL0,115200&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }; //end chosen<br />
};</code><hr />
</div>I made kernel configuration as below:<br />
- platform options<br />
  =&gt; enable MULX instruction<br />
  =&gt; enable DIV instruction<br />
- device driver<br />
  =&gt; SCSI device support<br />
        =&gt; SCSI disk support<br />
  =&gt; USB support<br />
        =&gt; Support for host-side USB<br />
        =&gt; USB device filesystem<br />
        =&gt; ISP1362 HCD support<br />
        =&gt; USB mass storage support<br />
- File Systems<br />
  =&gt; Ext3 journalling file system support<br />
  =&gt; DOS/FAT/NT Filesystems<br />
        =&gt; MSDOS fs support<br />
        =&gt; VFAT (Windows-95) fs support<br />
  =&gt; Native language support<br />
        =&gt; codepage 437<br />
        =&gt; NLS ISO 8859-1<br />
<br />
I successfully made the image and load into DE2-115 board, but there is where problem occurs:<br />
<br />
Condition #1. <br />
If I exclude isp1362 in both sopc &amp; kernel configuration, nios2-linux starts up normally, but with garbage characters occasionally displayed when starting up nios2-linux.<br />
<br />
Condition #2. <br />
If I include isp1362 in both sopc &amp; kernel configuration, it is downloaded to the board and verified successfully, but then just hang at there, nothing more comes out in nios2-terminal, nios2-linux fails to start up.<br />
<br />
Any advice regarding this matter? Thanks!<br />
<br />
Regards,<br />
Gladion</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alteraforum.com/forum//proweb/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alteraforum.com/forum/attachment.php?attachmentid=5883&amp;d=1337344406">sopc.jpg</a> (29.7 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.alteraforum.com/forum//proweb/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alteraforum.com/forum/attachment.php?attachmentid=5884&amp;d=1337345302">condition1.jpg</a> (42.0 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.alteraforum.com/forum//proweb/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alteraforum.com/forum/attachment.php?attachmentid=5885&amp;d=1337345313">condition2.jpg</a> (29.6 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=50">Linux Forum</category>
			<dc:creator>Gladion</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35891</guid>
		</item>
		<item>
			<title>JTAG chain with  Cyclone V, MAX V, and Texas Instruments  AM3559.</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35890&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 11:54:22 GMT</pubDate>
			<description>Hi 
 
My board will have three JTAG devices: Cyclone V, MAX V, and Texas Instruments AM3559. 
I would like to make a JTAG chain with these 3 devices....</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
My board will have three JTAG devices: Cyclone V, MAX V, and Texas Instruments AM3559.<br />
I would like to make a JTAG chain with these 3 devices. Will it work?<br />
I have seen that this chain is possible by JTAG definition. Some forum answers to use &quot;JTAG BYPASS&quot; configuration...<br />
But could there be a development tools for these devices that does not support it?<br />
<br />
thank you<br />
<br />
Rogerio.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>rsribeiro</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35890</guid>
		</item>
		<item>
			<title>Quartus-II ver.10sp1 not generating programming files for cyclone4GX (EP4CGX22BF14C8?</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35889&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 09:10:50 GMT</pubDate>
			<description>Hi guru, 
 
I am using Quartus-II version 10.0sp1 for my project using the Cyclone4-GX (EP4CGX22BF14C8) chip. During the full compilation, I notice...</description>
			<content:encoded><![CDATA[<div>Hi guru,<br />
<br />
I am using Quartus-II version 10.0sp1 for my project using the Cyclone4-GX (EP4CGX22BF14C8) chip. During the full compilation, I notice at the Assembler (Generating Programming Files) stage, there is warning message as below:<br />
<br />
Info: Compilation Report contains advance information. Specifications for device EP4CGX22BF14C7 are subject to change. Contact Altera for information on availability. No programming file will be generated.<br />
Warning: No memory initialization file will be produced.  The device EP4CGX22BF14C7 only has advanced support.<br />
<br />
Also I check the project folder and found that the xxx.SOF and xxx.POF (programming files) are not getting refreshed.<br />
<br />
Then I open the Programmer console and use JTAG method to detect the cyclone4GX device on the board, it detects the fpga as unknown fpga. (I tried to detect it using Quartus-II version 11, and it shows up as Cyclone-4GX EP4CGX22BF14C8).<br />
<br />
Is that means that the Quartus version10 not supporting this larger 22k logic cyclone4GX? Any of you encounter the same issue and have a solution for this?<br />
<br />
I am trying to avoid to use the Quartus version11 for my project as the code is leverage from another legacy project, and it somehow will not function when i use version11 to compile it.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>sk616</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35889</guid>
		</item>
		<item>
			<title>GXB transceiver between two fpgas</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35887&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 04:23:42 GMT</pubDate>
			<description>Hello 
 
I want to establish communication between two fpgas over gxb transcievers. I will use two cyclone iv gx devices. My question is can I send...</description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
I want to establish communication between two fpgas over gxb transcievers. I will use two cyclone iv gx devices. My question is can I send signals from gxb banks (pins) through lvds cable, or does it really need to be a PCIe connector?<br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>mirza</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35887</guid>
		</item>
		<item>
			<title>Regarding megafunction cycloneii_crcblock</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35886&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 01:00:23 GMT</pubDate>
			<description>I am trying to access the CycloneII_crc block  using the megafunction (cycloneii_crcblock). I have appended my code with this message. The code...</description>
			<content:encoded><![CDATA[<div>I am trying to access the CycloneII_crc block  using the megafunction (cycloneii_crcblock). I have appended my code with this message. The code compiles and synthesize and maps properly. However, when I try to run the timing simulations the output of the crc-block CRC_ERROR, REGOUT, always remain at undefined state. I tried several combinations of shiftnld and ldsrc. I suplied 50MHZ clock in the waveform, I ran the simulation for up to 50ms (which takes about 5mins to run)<br />
<br />
Any help will be appreciated.<br />
<br />
Thank you in advance.<br />
<br />
<br />
<br />
============my code=================================<br />
module light(a,  f, y, x1, x2,CLOCK_50, e, z,);<br />
input a, x1, x2;<br />
input CLOCK_50;<br />
output f, y, z;<br />
output e;<br />
assign f=(x1&amp;~x2)|(~x1&amp;x2);<br />
assign y= ~z;<br />
cycloneii_crcblock XOR_research<br />
(<br />
.clk(CLOCK_50),<br />
.shiftnld(a),<br />
.ldsrc(f),<br />
.crcerror(e),<br />
.regout(z)<br />
);<br />
<br />
endmodule</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>ptangella42</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35886</guid>
		</item>
		<item>
			<title>Quartus II Web Edition installation problem on Fedora Core 17</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35885&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 00:41:05 GMT</pubDate>
			<description>Installation has a problem: 
 
./11.1sp2_259_quartus_free_linux.sh  
Creating directory 11.1sp2_259_quartus_free_linux 
Verifying archive...</description>
			<content:encoded><![CDATA[<div>Installation has a problem:<br />
<br />
./11.1sp2_259_quartus_free_linux.sh <br />
Creating directory 11.1sp2_259_quartus_free_linux<br />
Verifying archive integrity... All good.<br />
Uncompressing Quartus II Web Edition (Free)............................................  ..................................................  ..................................................  ..................................................  .<br />
Welcome to Altera Software Installer<br />
Copyright (c) Altera Corporation 2011<br />
<br />
Nothing started up, so looking at the trace file as indicated:<br />
<br />
Traceback (most recent call last):<br />
  File &quot;&lt;string&gt;&quot;, line 14, in &lt;module&gt;<br />
  File &quot;/tools/python/2.6.4/linux32/pyinstaller/iu.py&quot;, line 436, in importHook<br />
  File &quot;/tools/python/2.6.4/linux32/pyinstaller/iu.py&quot;, line 495, in doimport<br />
  File &quot;/tools/python/2.6.4/linux32/pyinstaller/iu.py&quot;, line 297, in getmod<br />
  File &quot;/tools/python/2.6.4/linux32/pyinstaller/archive.py&quot;, line 468, in getmod<br />
  File &quot;/tools/python/2.6.4/linux32/pyinstaller/iu.py&quot;, line 109, in getmod<br />
ImportError: libXext.so.6: cannot open shared object file: No such file or directory<br />
<br />
My System:<br />
<br />
FC 17 beta (64-bit) on AMD64-based motherboard.   Is 64-bit a problem to install Quartus II web edition?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>tthtlc</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35885</guid>
		</item>
		<item>
			<title>Problem with Always block</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35884&amp;goto=newpost</link>
			<pubDate>Fri, 18 May 2012 00:25:42 GMT</pubDate>
			<description>I have an Always block that is supposed to run when variable a assigned to 1. But it actually runs anytime when synthesising in Quartus. Can anyone...</description>
			<content:encoded><![CDATA[<div>I have an Always block that is supposed to run when variable a assigned to 1. But it actually runs anytime when synthesising in Quartus. Can anyone help me resolve it? :confused:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"> module main;<br />
&nbsp; &nbsp; &nbsp;  bit a = 0;<br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp;  always @ (a==1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  // Run code<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  end<br />
&nbsp;endmodule</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>notooth</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35884</guid>
		</item>
		<item>
			<title>Stratix IV PLL limits</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35883&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 21:57:25 GMT</pubDate>
			<description>Hi: 
 
I have a 2 fpga stratix iv board and I want to generate a 1 MHz synchronous clock 
in both. When I use the PLL, quartus refuses to let me give...</description>
			<content:encoded><![CDATA[<div>Hi:<br />
<br />
I have a 2 fpga stratix iv board and I want to generate a 1 MHz synchronous clock<br />
in both. When I use the PLL, quartus refuses to let me give a clock slower than 5MHz<br />
to the PLL.  How can I do this with a PLL?<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>vvr108</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35883</guid>
		</item>
		<item>
			<title>EP600 programming</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35882&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 21:40:33 GMT</pubDate>
			<description><![CDATA[I used some of these about 20 years ago. The need has arisen to modify a program (one which I didn't write) and program a handful of chips with the...]]></description>
			<content:encoded><![CDATA[<div>I used some of these about 20 years ago. The need has arisen to modify a program (one which I didn't write) and program a handful of chips with the new code.<br />
 <br />
Can someone tell me if I'm on the right tracks?<br />
 <br />
I think I can use MAX PLUS+2 for this.  Also a program called PLDshell (which I think I used to use).  It seems these two programs are easily available.  Even though PLD is a dos program (?).<br />
 <br />
I think there should be folks around who still have programmers supporting this chip.  My first approach will be to find someone I can send chips and a file to.<br />
 <br />
If that fails, second approach will be to buy a used programmer.  Does anybody here know which ones support the chip?<br />
 <br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>tfkeel</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35882</guid>
		</item>
		<item>
			<title>Detecting Jtag connection</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35881&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 20:24:14 GMT</pubDate>
			<description>I want to be able to detect if the Jtag USB Blaster is connected, or if it is and connected to the NIOS II debugger.  Is there a simple address to...</description>
			<content:encoded><![CDATA[<div>I want to be able to detect if the Jtag USB Blaster is connected, or if it is and connected to the NIOS II debugger.  Is there a simple address to read to check for its presence?<br />
<br />
I have my own I/O (printf, puts, gets, getchar, etc.) which I direct to Telnet if connected, RS-232 serial otherwise, unless there is a Jtag uart in which case I use it. I use my own Jtag serial code (because it's way more efficient and smaller).  I notice Altera code runs a timer and clears the &quot;presence&quot; state if the timer times out and there is no Jtag activity (AC bit in Jtag control).  I use my own code because I don't want the alt_alarm and ioctl baggage while still being able to detect if the Jtag is connected.<br />
<br />
There has to be a better way than running a timer looking for activity.  I set in my Jtag ISR a &quot;JtagPresent&quot; variable but when running in the debugger I don't get an interrupt to set this flag.  This would be enough for me to know to use Jtag over the real serial port.<br />
<br />
Is there a way using the hardware (not altera driver) to detect if the Jtag is present or not?<br />
<br />
Thanks,<br />
Bill</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=44">General Discussion Forum</category>
			<dc:creator>BillA</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35881</guid>
		</item>
		<item>
			<title>Read program from EP1810LC</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=35880&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 19:07:58 GMT</pubDate>
			<description>Hello all, is it possible to read the programming file from an EP1810LC, save it and them use that file to program a different EP1810LC? 
 
We have...</description>
			<content:encoded><![CDATA[<div>Hello all, is it possible to read the programming file from an EP1810LC, save it and them use that file to program a different EP1810LC?<br />
<br />
We have some old boards that we need to replicate, but the CPLD source code and programming files are whereabouts unknown (it was not our design).<br />
<br />
Thanks in advance!</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>Awann</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=35880</guid>
		</item>
	</channel>
</rss>

