Forum Discussion
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by kenland@Aug 3 2004, 10:16 PM that's ok, i fixed the name length myself. (with right-click->rename in sopc builder http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/rolleyes.gif ) --- Quote End --- Oh, you meant the component name, not the port names. Gah, I need to find what PTF thing I left out. The SOPC tutorial pretty much tells everyone that they should rename the components after creating them. I'm wondering why they don't just put you right into rename mode after you add a component... --- Quote Start --- originally posted by kenland+aug 3 2004, 10:16 pm--><div class='quotetop'>quote (kenland @ aug 3 2004, 10:16 pm)</div>
--- quote start ---
yeah, my system has 6msps 10bit/sample adc. i'll bet that's is very common to have a need to stream data into a nios for processing. that's why i was so surprised altera didn't have a better canned solution or at least an example.[/b]
--- quote end ---
seeing how a super-simple fifo interface like the one you pointed out would be a great example of how to use iul for purposes other than custom component creation... yeah, me, too. ^_-
--- quote start ---
originally posted by kenland@aug 3 2004, 10:16 pm
i'm the master of dummy loads. that's about all i've learned to do. the real stuff i have to rely on you hw types.
--- quote end ---
i'm not much of a type of anything. i've done everything from pcb layout to board assembly to dsp to object-oriented design, so the whole hw guys vs. sw guys thing looks pretty silly to me. i'm a big believer in cross-training.
<!--quotebegin-kenland@Aug 3 2004, 10:16 PM but i think an example that would excercise your port would be a great addition to get people up and running quickly. just because i've wasted a few months attempting this doesn't mean others should have to. http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif --- Quote End --- The thing is, there's lots of things you can do to exercise a FIFO port; most of them are pretty trivial to implement. The simplest thing is, of course, create a FIFO and two FIFO Interfaces, one read and one write; hook them up and beat on them. I'll be testing things in my environs, but it won't be exhaustive; hence, the 0.1 version number. I have looked at the generated Verilog, and it looks right, so I'm pretty confident. But if you have a better idea, or if there's something obvious I'm missing, please say so.