This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
Hello Group-members,
I wanted a suggestion from you all regarding implementing a CPU on FPGA. This
project is to be carried out by an electronics engineering gr...
hi,
i am new to this field of fpga as such. could anyone give me any hint
about using jtag to download design into fpga or any information
about jtag itself....
Is there anyone who still has somewhere left a copy of Xilinx Xact? I
know no one uses it now. But i need it. Please tell me if you can
help (this is not a joke)!...
The Nios crt0.s file is called nios_setup.s.
When you generate a system with a Nios processor using SOPC Builder,
it copies this file into your *sdk/lib directory u...
Nat Chan:
crt0.s is a file that you write. This is the startup
code for C software, and is completely dependant on
the hardware around the processor, and th...
Hi,
I'm trying to build some C code (separate .c files) and link the .o
files together for Nios using the GNUPro tools that came with it. I
keep getting erro...
Hello everyone,
My name is eng how, final year student from electrical and electornic
engineering. Currently i'm doing on my final year project on 6502
emula...
Hi all!
Does anyone ever use the SetSelectMapChannel function of the RC1000
Board of Celoxica?
I implemented a function to read my bitstreams in a buffer and t...
Hi,
I just got this idea to implement branch target addressing the same
way as some cpu's implement jumps and calls - by using the high order
bits of the pc ...