<?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, 10 Sep 2010 19:32:11 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>Interval Timer Timestamp Problem</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25302&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 19:18:30 GMT</pubDate>
			<description>Hey,
 
I am trying to determine a baseline time for a particular application and then see what degree of speedup I can obtain my distributing the app...</description>
			<content:encoded><![CDATA[<div><font face="Courier New">Hey,</font><br />
 <br />
<font face="Courier New">I am trying to determine a baseline time for a particular application and then see what degree of speedup I can obtain my distributing the app across multiple cpus.</font><br />
 <br />
<font face="Courier New">I am getting conflicting results when I use the time_stamp API in my program.</font><br />
<font face="Courier New">When I run the app on a single cpu hardware system, it results in a runtime of appoximately 40 seconds. If I run the same app ON A SINGLE CPU in a 5-cpu hardware system it results in a time of aproximately 15 seconds. This obviously doesn't match up which leads me to believe I'm doing something wrong.</font><br />
 <br />
<font face="Courier New">In both SOPC builder designs I've included an interval timer component named cpu0_timer (very creative). I've also set the system library setting &quot;timestamp timer&quot; to that timer component. My code is as basic as timing code gets and matches up with the example given in the altera documentation:</font><br />
 <br />
<div align="left"><font face="Courier"><font face="Courier New">[...]</font><br />
<font face="Courier New">#include &quot;sys/alt_timestamp.h&quot;</font><br />
<font face="Courier New">#include &quot;alt_types.h&quot;</font></font></div><font face="Courier"><br />
 <br />
<div align="left"><font face="Courier New">int main (void)</font><br />
<font face="Courier New">{</font><br />
<font face="Courier New">  int time1,time2;</font><br />
<font face="Courier New">  [...]</font></div><br />
<font face="Courier New">  alt_timestamp_start();</font><br />
<div align="left"><font face="Courier New">  time1 = alt_timestamp();</font><br />
<font face="Courier New">  [...] // do some work</font><br />
<font face="Courier New">  time2 = alt_timestamp();</font></div> <br />
<div align="left"><font face="Courier New">  //print out time2-time1/(ticks/sec)</font><br />
<font face="Courier New">  return 0;</font></div><font face="Courier New">}</font><br />
 <br />
<font face="Courier New">I would appreciate some direction or feedback as to what I'm doing wrong. I am using Nios IDE v8.0. </font><br />
<font face="Courier New">I hope I explained that sufficiently... thanks for the help.</font><br />
</font></div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>quagmyre20</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25302</guid>
		</item>
		<item>
			<title>Interval Timer Timestamp Problem</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25301&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 19:15:44 GMT</pubDate>
			<description>Hey,
 
I am trying to determine a baseline time for a particular application and then see what degree of speedup I can obtain my distributing the app...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
 <br />
I am trying to determine a baseline time for a particular application and then see what degree of speedup I can obtain my distributing the app across multiple cpus.<br />
 <br />
I am getting conflicting results when I use the time_stamp API in my program.<br />
When I run the app on a single cpu hardware system, it results in a runtime of appoximately 40 seconds.  If I run the same app ON A SINGLE CPU in a 5-cpu hardware system it results in a time of aproximately 15 seconds. This obviously doesn't match up which leads me to believe I'm doing something wrong.<br />
 <br />
In both SOPC builder designs I've included an interval timer component named cpu0_timer (very creative). I've also set the system library setting &quot;timestamp timer&quot; to that timer component. My code is as basic as timing code gets and matches up with the example given in the altera documentation:<br />
 <br />
<font face="Courier"><font size="1"><font face="Courier"><font size="1"><div align="left">[...]<br />
#include &quot;sys/alt_timestamp.h&quot;<br />
#include &quot;alt_types.h&quot;<br />
 <br />
int main (void)<br />
{<br />
   int time1,time2;<br />
   [...]<br />
</div><font size="2"><br />
   alt_timestamp_start();<br />
</font><div align="left">   time1 = alt_timestamp();<br />
   [...] // do some work<br />
   time2 = alt_timestamp();<br />
 <br />
<font size="2">   //print out time2-time1/(ticks/sec)</font></div><font size="2"><br />
</font><div align="left">   return 0;</div>}<br />
 <br />
I would appreciate some direction or feedback as to what I'm doing wrong. I am using Nios IDE v8.0. <br />
I hope I explained that sufficiently... thanks for the help.<br />
</font></font></font></font></div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>quagmyre20</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25301</guid>
		</item>
		<item>
			<title>Process involved in loading POF file from flash</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25300&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 19:01:21 GMT</pubDate>
			<description>I am currently in the process in trying to make a custom board that has a FPGA. One of the things I want it to do, is to be able to power on and load...</description>
			<content:encoded><![CDATA[<div>I am currently in the process in trying to make a custom board that has a FPGA. One of the things I want it to do, is to be able to power on and load a POF file without having to be programmed through a computer. I can do this on the development boards using the parallel flash loader megafunction component. However, I'm confused in the steps I need to follow in order to make this happen in my custom board. <br />
<br />
I have the CFI flash device and I have the JTAG pins and I have the FPGA, but I don't understand how upon applying power the FPGA will try to grab the programming file from the flash memory. I know that the dev kits all use the CPLD to do this function, so do I need to use a CPLD as well?<br />
<br />
This is my first time trying to make a custom board and I've had trouble finding app notes that talk about this specifically. I'm assuming that getting the programming file to the flash memory is the same process described in the guide under programming the flash device. All the information I've read seems to lead me in the direction that I would need a CPLD to do this but I haven't been able to find a black and white answer explaining this process.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>rawbus</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25300</guid>
		</item>
		<item>
			<title>IORD IOWR macros vs. memory access to peripherals</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25299&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 18:05:45 GMT</pubDate>
			<description><![CDATA[What is the point of the IORD and IOWR macros?  I can access my custom Avalon peripherals using them, but it seems like I can't access them like the...]]></description>
			<content:encoded><![CDATA[<div>What is the point of the IORD and IOWR macros?  I can access my custom Avalon peripherals using them, but it seems like I can't access them like the following:<br />
 <br />
volatile alt_u32 *DEV_PTR = DEV_0_BASE;<br />
alt_u32 data_in = 0;<br />
 <br />
data_in = DEV_PTR[0];<br />
 <br />
However, I CAN access the Altera CFI flash memory peripheral using the simple memory access method shown above and read my flash!  I do not understand the distinctions.  I do understand that the macros avoid the cache.<br />
 <br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=49">General Software Forum</category>
			<dc:creator>basafran</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25299</guid>
		</item>
		<item>
			<title>How to load the sdf file to Modelsim?</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25298&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 17:06:09 GMT</pubDate>
			<description>How to import the SDF File to the Modelsim to achieve the *timing simulation* with the Quartus II and Modelsim?
 
thank you in advance!</description>
			<content:encoded><![CDATA[<div>How to import the SDF File to the Modelsim to achieve the <b>timing simulation</b> with the Quartus II and Modelsim?<br />
 <br />
thank you in advance!</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>li_polaris</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25298</guid>
		</item>
		<item>
			<title>Beginner --</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25297&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 17:03:51 GMT</pubDate>
			<description><![CDATA[I have the Nios II development kit Cyclone IIEP2C35. I have downloaded the the free web ver. of Quartus 10. The install didn't come with the example...]]></description>
			<content:encoded><![CDATA[<div>I have the Nios II development kit Cyclone IIEP2C35. I have downloaded the the free web ver. of Quartus 10. The install didn't come with the example that is explained on the getting started users guide. I looked everywhere but was unable to find it. Does anyone know where I can download this prototype or may be know somewhere else where I can look for an easy/beginner type examples to learn with?...Totally new, but excited to figure this thing out.<br />
<br />
Your help is greatly appreciated<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=31">Development Kit Related</category>
			<dc:creator>OPTOGAL</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25297</guid>
		</item>
		<item>
			<title>Arria II GX DDR2 issues with .QSF file</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25296&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 17:00:23 GMT</pubDate>
			<description>I have been banging my head against a wall for the last day and I hope I can get a solution to this.

Challenge:
Generated a HPCII DDR2 controller...</description>
			<content:encoded><![CDATA[<div>I have been banging my head against a wall for the last day and I hope I can get a solution to this.<br />
<br />
Challenge:<br />
Generated a HPCII DDR2 controller using the Megawizard, not an issue.  The top level of the project with the controller is synthesizing fine including the controller.  The problem comes with the DQSN signal in the qsf file.  Here are the assignment statements in the qsf file:<br />
<br />
<font face="Courier New"><font size="2">#<br />
</font></font><font face="Courier New"><font size="2">set_instance_assignment -name IO_STANDARD &quot;SSTL-18 CLASS I&quot; -to MEM_DQS<br />
set_instance_assignment -name OUTPUT_TERMINATION &quot;SERIES 50 OHM WITH CALIBRATION&quot; -to MEM_DQS<br />
set_instance_assignment -name IO_STANDARD &quot;SSTL-18 CLASS I&quot; -to MEM_DQSN<br />
set_instance_assignment -name OUTPUT_TERMINATION &quot;SERIES 50 OHM WITH CALIBRATION&quot; -to MEM_DQSN<br />
set_location_assignment PIN_AM25 -to MEM_DQS[0]<br />
set_location_assignment PIN_AM26 -to MEM_DQSN[0]<br />
set_instance_assignment -name OUTPUT_ENABLE_GROUP 57199071 -to MEM_DQS<br />
set_instance_assignment -name OUTPUT_ENABLE_GROUP 57199071 -to MEM_DQSN<br />
set_instance_assignment -name IO_STANDARD &quot;SSTL-18 CLASS I&quot; -to MEM_DQS[0]</font></font><font face="Courier New"><font size="2"><br />
#</font></font><br />
<br />
These statements are essentially a copy from the golden qsf file from the ARRIA II GX devbrd kit.  During fitting I get this message:<br />
<br />
Error: Can't place node &quot;MEM_DQSN[0]&quot; -- node is a differential I/O node<br />
<br />
I have tried multiple changes to these statements and nothing is working.<br />
<br />
Ideas?<br />
<br />
pinscore</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>pinscore</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25296</guid>
		</item>
		<item>
			<title>Clean .pof file for 7032SLC44?</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25295&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 16:17:34 GMT</pubDate>
			<description>How can I get a clean (erased) .pof file for an EPM7032SLC44 device?  Beyond buying a brand new device, which are really hard to find.

I bought a...</description>
			<content:encoded><![CDATA[<div>How can I get a clean (erased) .pof file for an EPM7032SLC44 device?  Beyond buying a brand new device, which are really hard to find.<br />
<br />
I bought a bunch of surplus 7032SLC devices that have had their JTAG pins programmed as I/O so they can't be re-programmed via JTAG.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>supercruise</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25295</guid>
		</item>
		<item>
			<title>Gate-level Simulation</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25294&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 14:19:51 GMT</pubDate>
			<description>Hi , 
 
I am working on a design , it has a top level VHDL file ( a main state machine in it) and then a UART is enabled from this Main ( State...</description>
			<content:encoded><![CDATA[<div>Hi , <br />
 <br />
I am working on a design , it has a top level VHDL file ( a main state machine in it) and then a UART is enabled from this Main ( State machine ) .<br />
Everything works fine in RTL simulation . But when i switch to Gate-level Simulation i dont see any response or even glitch when UART is enabled .<br />
 <br />
This is using Quartus-II ver 10.0 and Altera-Modelsim .<br />
 <br />
When i compiled the design in Xilinx , again it failed in Gate-level but before shutting down it spite out a message about Modelsim couldnt handle 10K lines of code .<br />
 <br />
Any clues ???<br />
 <br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>FPGA_expert</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25294</guid>
		</item>
		<item>
			<title>Please help me to identify device.</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25293&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 12:44:13 GMT</pubDate>
			<description>We got our newly designed instrument with altera device istalled on it: Stratix III EP3SL50F780C2N. See this picture:
Image:...</description>
			<content:encoded><![CDATA[<div>We got our newly designed instrument with altera device istalled on it: Stratix III EP3SL50F780C2N. See this picture:<br />
<img src="http://lh4.ggpht.com/_YmHqpF8Zz6s/TInaEzyr2yI/AAAAAAAAAKc/FJrTl3lFajw/s800/IMG_1142.JPG" border="0" alt="" /><br />
<br />
I turn this device on and  read with JTAG device code. See next picture:<br />
<img src="http://lh5.ggpht.com/_YmHqpF8Zz6s/TIoo5LBemcI/AAAAAAAAALM/RCBjiPLcvwk/Diagram_JTAG.jpg" border="0" alt="" /><br />
<br />
Here is two unconformities:<br />
1) Device marked as &quot;Startix(tm)&quot;, although it must be marked as &quot;Stratix(tm) III&quot;.<br />
2) JTAG reads code EP3SE50, although device is marked as EP3SL50.<br />
<br />
Please, help me to identify, is it a native altera manufactered device or it may be a re-marked or tampered with to represent a different device or counterfeit?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=4">FPGA, Hardcopy, and CPLD Discussion</category>
			<dc:creator>waveform</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25293</guid>
		</item>
		<item>
			<title>timing Analyzer</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25292&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 11:45:27 GMT</pubDate>
			<description><![CDATA[i get the message : " Critical Warning: Timing requirements for slow timing model timing analysis were not met. See Report window for...]]></description>
			<content:encoded><![CDATA[<div>i get the message : &quot; Critical Warning: Timing requirements for slow timing model timing analysis were not met. See Report window for details.&quot;<br />
Failed paths: 768 , slack-265ns. what can i do against this?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>catmoe88</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25292</guid>
		</item>
		<item>
			<title>how to run batch mode in QuartusII</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25291&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 09:17:09 GMT</pubDate>
			<description><![CDATA[I want to run some batch command in QuartusII, but the sample QuartusII command is fail to run:  
> quartus_sh...]]></description>
			<content:encoded><![CDATA[<div>I want to run some batch command in QuartusII, but the sample QuartusII command is fail to run:  <br />
&gt; quartus_sh --qhelp<br />
<br />
/opt/quartusII_10.0_local/quartus/bin/quartus_sh: SCRIPT_PATH=/opt/quartusII_10.0_local/quartus/bin: is not an identifier<br />
<br />
<br />
how to deal with it?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>liguoq</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25291</guid>
		</item>
		<item>
			<title>nano-X problem</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25290&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 08:38:20 GMT</pubDate>
			<description>Hello everyone,

I wanted to ask a little question on the forum about nano-X. I followed the complete tutorial on the nios wiki for the Framebuffer,...</description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I wanted to ask a little question on the forum about nano-X. I followed the complete tutorial on the nios wiki for the Framebuffer, but everytime I try to start &quot;nano-X &amp;&quot; I get the following syntax error:<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">[NiosII EDS]$ nios2-terminal<br />
nios2-terminal: connected to hardware target using JTAG UART on cable<br />
nios2-terminal: &quot;USB-Blaster [USB 7-1.1]&quot;, device 1, instance 0<br />
nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)<br />
<br />
Linux version 2.6.34-00701-gc130879-dirty (hacor@localhost.localdomain) (gcc version 4.1.2) #150 Fri Sep 10 10:25:37 CEST 2010<br />
bootconsole [early0] enabled<br />
early_console initialized at 0xe8002000<br />
<br />
<br />
Linux/Nios II-MMU<br />
init_bootmem_node(?,0x5d2, 0x0, 0x2000)<br />
free_bootmem(0x5d2000, 0x1a2e000)<br />
reserve_bootmem(0x5d2000, 0x400)<br />
Built 1 zonelists in Zone order, mobility grouping on.&nbsp; Total pages: 8128<br />
Kernel command line: <br />
PID hash table entries: 128 (order: -3, 512 bytes)<br />
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)<br />
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)<br />
We have 8192 pages of RAM<br />
Memory available: 26516k/5959k RAM, 0k/0k ROM (1360k kernel code, 4598k data)<br />
Hierarchical RCU implementation.<br />
NR_IRQS:32<br />
Console: colour dummy device 80x25<br />
Calibrating delay loop... 48.94 BogoMIPS (lpj=244736)<br />
Mount-cache hash table entries: 512<br />
init_BSP(): registering device resources<br />
bio: create slab &lt;bio-0&gt; at 0<br />
Switching to clocksource timer<br />
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.<br />
msgmni has been set to 51<br />
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)<br />
io scheduler noop registered<br />
io scheduler deadline registered<br />
io scheduler cfq registered (default)<br />
fb0: Altera FB frame buffer device<br />
ttyJ0 at MMIO 0x8002000 (irq = 10) is a Altera JTAG UART<br />
console [ttyJ0] enabled, bootconsole disabled<br />
console [ttyJ0] enabled, bootconsole disabled<br />
physmap platform flash device: 01000000 at 04000000<br />
physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank<br />
&nbsp;Intel/Sharp Extended Query Table at 0x010A<br />
&nbsp;Intel/Sharp Extended Query Table at 0x010A<br />
&nbsp;Intel/Sharp Extended Query Table at 0x010A<br />
&nbsp;Intel/Sharp Extended Query Table at 0x010A<br />
&nbsp;Intel/Sharp Extended Query Table at 0x010A<br />
Using buffer write method<br />
Using auto-unlock on power-up/resume<br />
cfi_cmdset_0001: Erase suspend on write enabled<br />
RedBoot partition parsing not available<br />
Using physmap partition information<br />
Creating 4 MTD partitions on &quot;physmap-flash.0&quot;:<br />
0x000000d00000-0x000001000000 : &quot;romfs/jffs2&quot;<br />
0x000000000000-0x000000020000 : &quot;catalog&quot;<br />
0x000000180000-0x000000d00000 : &quot;application&quot;<br />
0x000000020000-0x000000180000 : &quot;selector&quot;<br />
Freeing unused kernel memory: 4200k freed (0xc0155000 - 0xc056e000)<br />
ifconfig: socket: Function not implemented<br />
Welcome to<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ____ _&nbsp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp;  /&nbsp; __| ||_|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; _&nbsp;  _| |&nbsp; | | _ ____&nbsp; _&nbsp;  _&nbsp; _&nbsp; _ <br />
&nbsp;  | | | | |&nbsp; | || |&nbsp; _ \| | | |\ \/ /<br />
&nbsp;  | |_| | |__| || | | | | |_| |/&nbsp; &nbsp; \<br />
&nbsp;  |&nbsp; ___\____|_||_|_| |_|\____|\_/\_/<br />
&nbsp;  | |<br />
&nbsp;  |_|<br />
<br />
For further information check:<br />
http://www.uclinux.org/<br />
<br />
<br />
<br />
BusyBox v1.16.2 (2010-09-07 22:27:30 CEST) hush - the humble shell<br />
Enter 'help' for a list of built-in commands.<br />
<br />
root:/&gt; nano-X &amp;<br />
[1] 690 nano-X<br />
root:/&gt; sh: syntax error at '&#65533;<br />
<br />
nios2-terminal: exiting due to ^D on remote<br />
~<br />
[NiosII EDS]$ nios2-terminal<br />
nios2-terminal: connected to hardware target using JTAG UART on cable<br />
nios2-terminal: &quot;USB-Blaster [USB 7-1.1]&quot;, device 1, instance 0<br />
nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)<br />
<br />
&nbsp;<br />
[1] Done&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  nano-X<br />
root:/&gt; nanowm &amp;<br />
[1] 695 nanowm<br />
root:/&gt; sh: syntax error: unexpected )</code><hr />
</div>I tried the tutorial with the neek_Web_server example design and with my custom design, both gave the same results. nios2-terminal automatically exits after giving the syntax error... I'm sure the hardware designs are ok, because when I follow the tutorial to show the console on the neek LCD, it works perfectly.<br />
<br />
I did the following steps:<br />
<br />
-in the uClinux-dist/user/microwin/src/ I did &quot;make clean&quot; and make, which worked perfectly.<br />
- in the uClinux-dist/ I did &quot;make&quot;<br />
<br />
I'm working on this problem for 4 days now, and it's really bothering me. Any help would really be appreciated.<br />
<br />
Thanks!<br />
<br />
Best,<br />
<br />
Hans</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=50">Linux Forum</category>
			<dc:creator>mr_DK</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25290</guid>
		</item>
		<item>
			<title>RTL Viewer, group into buses</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25289&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 08:28:00 GMT</pubDate>
			<description>I want to use the quartus II RTL-Viewer for documentation purposes, i.e. i want it to create a schematic with corresponding wiring of all the...</description>
			<content:encoded><![CDATA[<div>I want to use the quartus II RTL-Viewer for documentation purposes, i.e. i want it to create a schematic with corresponding wiring of all the entities i have in my design. <br />
Basically it also works, the only thing is that it expands all records and arrays of the connecting signals, so that in the end all wires in the diagramm represent just one bit. <br />
Needless to say, this makes the schematic very unclear. <br />
However, in the manual for the rtl-viewer it is written that the rtl-viewer actually should be able to group pins and wires into buses &quot;where appropriate&quot;. Unfortunately, i could not find any information how to get this feature to work.<br />
Does anybody know how to get the rtl-viewer to display buses properly?</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>leonidas</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25289</guid>
		</item>
		<item>
			<title>Modelsim waveform : DO NOT SHOW glitches</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25288&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 06:31:30 GMT</pubDate>
			<description>Hi,

Is there a setting in Modelsim waveform viewer by which we can disable/enable display of glitches?? I know there are glitches in my design and...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Is there a setting in Modelsim waveform viewer by which we can disable/enable display of glitches?? I know there are glitches in my design and it is acceptable. I just do not want see it in the waveform.<br />
<br />
Thanks<br />
Vinay</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>veejain</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25288</guid>
		</item>
		<item>
			<title>Problem with SOPC builder</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25287&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 03:42:45 GMT</pubDate>
			<description>Hi there,
I got a problem when I try to run the demo for the DE2_NIOS_DEVICE_LED. When I try to run the SOPC builder it gives me this error:

Error:...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
I got a problem when I try to run the demo for the DE2_NIOS_DEVICE_LED. When I try to run the SOPC builder it gives me this error:<br />
<br />
Error: ISP1362.avalon_slave_1_irq: associatedAddressablePoint out of range<br />
<br />
Is there anyone can help me on this problem?<br />
<br />
cheers.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=2">General Altera Discussion</category>
			<dc:creator>burnaws</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25287</guid>
		</item>
		<item>
			<title>PCI-Express-HIP-MegaWizard: BFM driver modules</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25286&amp;goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 22:38:13 GMT</pubDate>
			<description>Hi,

I want to generate a PCI-Express HIP with the MegaWizard Plugin Manager. The PCI Express Compiler User Guide tells, that the MegaWizard should...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I want to generate a PCI-Express HIP with the MegaWizard Plugin Manager. The PCI Express Compiler User Guide tells, that the MegaWizard should also generate BFM driver modules (location of the Root Port BFM is: &lt;variation_name&gt;_examples/rootport/testbench/altpcietb_bfm_driver_rp.v).<br />
<br />
But the testbench directory doesn't exist in the rootport directory!<br />
<br />
Can anybody please tell me, where I can find, or how I can generate the BFM driver module &quot;altpcietb_bfm_driver_rp.v&quot;?!<br />
<br />
Regards,<br />
<br />
Rafael Grabowski</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=10">IP Discussion</category>
			<dc:creator>Rafael Grabowski</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25286</guid>
		</item>
		<item>
			<title>Problem with Modelsim altera starter edition</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25285&amp;goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 20:45:43 GMT</pubDate>
			<description><![CDATA[Hello,i can't execute Modelsim altera starter edition (i've tried with versions 6.5b for quartus 9.1 sp1 and sp2,but it however doesn't work!).When I...]]></description>
			<content:encoded><![CDATA[<div>Hello,i can't execute Modelsim altera starter edition (i've tried with versions 6.5b for quartus 9.1 sp1 and sp2,but it however doesn't work!).When I open the program (obviously after I have installed the program) appear the following window(paste in the browser):<br />
<u>img835.imageshack.us/img835/6084/immagineerr.jpg</u><br />
<br />
I've tried on two different pc,but the error is the same.Can anybody help me?<br />
Sorry for me english!<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>dar89</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25285</guid>
		</item>
		<item>
			<title>PIO or Custom Component?</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25284&amp;goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 19:30:18 GMT</pubDate>
			<description><![CDATA[I'm starting a design with the SOPC (NIOS) and I cant decide if I should put my signal processing functionality outside the SOPC (and use the PIO) OR...]]></description>
			<content:encoded><![CDATA[<div>I'm starting a design with the SOPC (NIOS) and I cant decide if I should put my signal processing functionality outside the SOPC (and use the PIO) OR create a custom component and put it in the SOPC.<br />
 <br />
The signal processing is pretty intense but there are a lot of parameters that have to be passed from the NIOS which would make the PIO a hassle. I cant find anything in the documentation that contrasts the two methods. Im' leaning towards the custom component b/c it seems cleaner but I would hate to get far into it and find out that it wont work in the SOPC.<br />
 <br />
What are the big differences between the two methods (functionally speaking)? Any words of wisdom would be appreciated.</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=44">General Discussion Forum</category>
			<dc:creator>tscodeca</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25284</guid>
		</item>
		<item>
			<title>Differential clock outputs from Cyclone II - How to assign</title>
			<link>http://www.alteraforum.com/forum/showthread.php?t=25283&amp;goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 19:01:29 GMT</pubDate>
			<description><![CDATA[Is there a way (using Quartus) to output a differential clock from a Cyclone II PLL without getting the "Warning: ... Use PLL dedicated clock outputs...]]></description>
			<content:encoded><![CDATA[<div>Is there a way (using Quartus) to output a differential clock from a Cyclone II PLL without getting the &quot;Warning: ... Use PLL dedicated clock outputs to ensure jitter performance&quot; message?<br />
 <br />
I have assigned the two pins for output to the adjacent PLLn_OUTp and PLLn_OUTn pins. Connecting these pins to the PLL &quot;c0&quot; output, with an inverter on one, results in the usual warning for the inverted pin. Examining the floorplan shows that the inverted signal is routed clear across the chip, and then back.<br />
 <br />
The ALTIOBUF_OUT megafunction is grayed out in the megawizard (not applicable to Cyclone II?). ALTOUTBUF_DIFF is not grayed out, but generates an error (not allowed for this device type).<br />
 <br />
There ought to be a way....<br />
 <br />
Thanks!<br />
Carl</div>

]]></content:encoded>
			<category domain="http://www.alteraforum.com/forum/forumdisplay.php?f=7">Quartus II and EDA Tools Discussion</category>
			<dc:creator>cgregory</dc:creator>
			<guid isPermaLink="true">http://www.alteraforum.com/forum/showthread.php?t=25283</guid>
		</item>
	</channel>
</rss>
