N
nara_chak45
Guest
you may also reply to nara_chak45@yahoo.com.
Thanks and Regards,
Chakra.
Thanks and Regards,
Chakra.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
also development time, life cycle costs etc to consider. For someoneRemember, any circuit that does not work close to its speed limit
represents waste.
Peter Alfke
Peter, while this is true from a device utilization standpoint, there is
Designing close to the limit is a nice idea. But unless the part hasRemember, any circuit that does not work close to its speed limit
represents waste.
Peter Alfke
force DFT. The FFT reduces the computations by exploiting symmetryI need 1000 frequency "bins", where each bin is a descrete frequency.
As Thomas Womack pointed out above, it is beter defined as a N-point
DFT with 1000 frequency bins, where N = 1024. For each sample, every
microsecond, there is 24-bits of data lets call that x. During that
microsecond there must be 1000 MACS in parallel to calculate the N=1024
DFT. This would happen for 1024 samples to calculate the N-point DFT.
I hope that is a better description. Thanks for the input.
Bart, as others have pointed out, it sounds like you are doing a brute
Hi and thanks for the new files,I modified a little the ddr_clocks reference design. I added that diff
to the same location as the other files. Notice that it is against an
EDK6.2 version of that file. Also, I found and fixed one bug in
read_data_path.vhd, though this only affects the external interface.
The bd_top.vhd file shows one example of how to connect everything. You
probably should run this simulation to make sure everything works, then
modify it to zero out the external interface and try it again.
I also added an example system.mhs file to show how they are connected
in a real system. And finally, an example system_top.vhd file, to show
the top level structure of how they connect to the pins.
I've read the databook some time ago. I tried to simulate the UFMChapter 9 of the MAX II handbook explains how to use the ALTUFM
megafunction to add UFM data with mif or hex file. The user has to
recompile if they want to change the hex file data, as this is how you
convert it to POF.
This can be found at
http://www.altera.com/literature/hb/max2/max2_mii51010.pdf
(page 9-34 thru 9-38.)
Austin Lesea wrote:
How many folks out there want to have the local spreadsheet version
for estimating?
I vote for a spreadsheet. Using the web thing to present power numbers
to a customer is a real PITA.
Well, I'll admit to only using with 32 bit values. There may very wellHi and thanks for the new files,
worked on it again yesterday and now it still doesn't run properly but
at least now when I write a 16 bit value the system stalls (before it
couldn't write anything from 32 bit to 8 bit: I always got back 0), so
it's clear that something as changed (although I don't know if for the
better ). I'll see if finally I could make it work!
From a few posts in the microblaze uclinux mail listHello
I noticed the University of Queensland distribution of uClinux for the
Xilinx Microblaze soft processor core.
Does anyone know of an open source embedded linux distribution for the PPC
405 cores in V2Pro and V4?
Thank you,
Pete
______"Pete" <padudle@sandia.gov> wrote in message
news:4278ffe3$1@news3.es.net...
Hello
I noticed the University of Queensland distribution of uClinux for the
Xilinx Microblaze soft processor core.
Does anyone know of an open source embedded linux distribution for the
PPC
405 cores in V2Pro and V4?
Thank you,
Pete
From a few posts in the microblaze uclinux mail list
____________________________________________________________________________
_____________________Alex"We are working with the PPC on virtex2p. You do not need Monta Vista
Linux.
All you need is denx eldk: http://www.denx.de/twiki/bin/view/DULG/ELDK
And the penguin ppc linux distribution:
http://www.penguinppc.org/kernel/#developers
(we are using the 2.4 Kernel)
To get started: http://www.klingauf.de/v2p/index.phtml might be helpful.
The
PPC (ML300 board) is support in the standard kernel.org kernel since
v2.6.10. Or
http://www.crhc.uiuc.edu/IMPACT/gsrc/hardwarelab/docs/kernel-HOWTO.html
I've already used these helpful references to get a Linux kernel running
on
the PowerPC405 on the Digilent XUP-V2Pro board. I'm new to ucLinux but it
doesn't appear to be much more complicated than the ucLinux steps.
X running on the ML300 w/PPC? Yes - it was quite a painful build
process, but I got it running. Obviously MontaVista has,
too."_______________________________________________________________________
Still unsure about those paths... can anyone offer some guidance?
Check out Ken Chapmans reply to this in the PicoBlaze forum:Hello,
in my actual design im using a few picoblazes. Now I wonder if it is
possible to update the code in the bitstream without a new
implementation run like it is possible with the microcblaze. I
checked
data2bram but it allows only an update of 16 Bit wide Brams, not the
necessary 18 Bit.
Thanks,
Michael
there are even more 'variants' of the JAM/STAPL code, and even more issues.Hallo all,
I'm trying to implement Jam Byte-Code player using the source code(8051
Jam byte code player) provided by Altera. The code only supports
version 1 Jam byte-code. But the Quartus II tool generates Version 2
Jam byte-code. What to do?
Thanks a lot in advance.
Dani
I think the best commercial simulator is by far Cadence's ncsim. This
can support verilog or vhdl or both. I know it is relatively new to
the
FPGA simulation world, but is supported in Xilinx's ISE now. I have
used it extensively for verilog HDL development, and found it
extremely
fast, has good, intelligent syntax/error messages, and a fantastic
GUI
(modelsim's gui really gets on my nerves!). (it also allows features
such as tracing the source of an X on a net (schematically), which is
not one I have seen in other simulators.
I dont know if it is faster than modelsim, (I've never compared them)
but it definatly feels slicker. As for feature complete - I'm
guessing
you mean language coverage? - I dont know about VHDL, but I always
code
in verilog-2001, and have never seen it unable to handle these "new"
constructs.
I've tried ModelSim, Virsim, Verilog-XL, ncsim (ncverilog), and
without
doubt ncverilog wins. It does take a little getting used to, but it's
more than worth it!
gallen wrote:
I'm sure this kind of things has come up in the past, but given
that
things change, I'd like to throw this out there.
Which simulators do people like to use for their HDL purposes?
I have tried a couple of simulators and I was curious about peoples
recommendations.
I have used Modelsim XE starter for my purposes (I am just a
hobbyest
now), icarus verilog and GPL cver. I have used the built-in
quartus
simulator as well.
So a couple questions regarding these. Which simulators do people
consider feature complete? Why do I never hear about cver in this
group? Does nobody use it? If not, why? What's really wrong with
Modelsim. People seem faily opposed to it. They say the error
messages are bad, but I certainly feel that icarus error messages
are
worse.
Also, I haven't really discussed VHDL. Which are best for this?
I've
heard GHDL is pretty good.
I've mostly discussed free simulators, but I'm also interested in
how
expensive simulators compare to the free sims.
-Arlen