FPGA-CPU
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).
Search Results for "verilog"
Post a new Thread
Rob Finch - Aug 19 2000
I got the basic design verilog for a simple mpu (24 bit, which works
quite nicely) done and I'd like to simulate it, but I figure it to be
between 1200-1500 lines... 
N S - Jun 15 2002
Hi,
I wrote a SFL to Verilog converter program.
The package is downloadable from my home page.
The package has m65(6502 compatible), mz80(
z80 semi-compatibl... 
Rob Finch - Aug 16 2000
I'm in the process of designing my very own mpu and I noticed that if
I create an adder / subtracter using LogiBlox (Xilinx F1.5 software)
it takes up alot less 4... 
Ben A. Abderazek - Nov 18 2004
Dear helper,
I am implementing a new processor in verilog.
I am no near the execution unit implementation!!
Does any one have (or know) a full design of RISC-sty... 
Jan Gray, Gray Research LLC - Mar 17 2000
> From: Hernan Dario Sanchez Echeverri [mailto:]
> some idea
> doing this using VHDL ? I would like to help in any way.
Thanks for your kind words and your ... 
Avi Ben-Moshe - Sep 9 2002
Hi,
Can you recommend on a GOOD Verilog to VHDL translator?
Thanks,
Avi
... 
junaid_id1981 - Nov 27 2002
I am searching for verilog code for an 8-bit cpu.
I'm trying to design my own 8 bit cpu with about 32-64 instructions
based on 8085 cpu.
Urgent help is ... 
Gurjit Chadha - Mar 12 2001
From Where can i download Verilog Tutorial,( books ,Manuals, etc) , Sample Codes, test benchs and Training manual . I hv Webpack suite with me.
regards,
... 
N S - Jun 4 2007
One of my graduated student agreed to open his design
under the GPL.
I put the sample code "x86FPGA package" under my web.
http://www.ip-arch.jp/indexe.html
It requires:
s... 
ecstazi - Aug 19 2002
I'm starting to use FPGAs and I'm going to use Verilog for
programming.
What i'm search are informations, samples code, examples and other
stuff regarding FPGA ... 
Eric Smith - Aug 17 2007
Scott wrote:
> I came across this old posting for the POP-11, but the original
> URL no longer works. I'd really like to get the
> VHDL source code for the POP-11 project if ... 
Jin Yan - Feb 25 2003
Hi, everyone,
I am new in this field. Could somebody kindly tell me
which one, VHDL or Verilog, is commonly used in
industry? Or which language is suitable to ... 
Rob Finch - Jan 22 2005
Does anyone know how to pass arrays to a module in Verilog ? I tried
this as a test but it doesn't work:
module arrayTest(s, a, o);
input [2:0] s;
input ... 
Eng How Khoo - Oct 20 2003
Hi all,
Can someone recommend some website with example on existing microprocessor coding in Verilog and the steps needed to complete the coding. If got s... 
Ben A. Abderazek - Oct 22 2004
Hello Helpers,
Does any one have or know a Verilog source code of Alpha 21164 (or
Alpha -like) processor?.
Many thanks for your help,
/Ben
UEC, IS, Jap... 
eesha_78 - Mar 12 2003
i'm very new in this area. i want to know how to convert from verilog
to vhdl language..for example
assign a= &b[7:0];
assign c= |d[7:0];
when i try to c... 
Ben A. Abderazek - May 14 2004
Hello,
Is there is any open CPU design project that I can join as a volunteer.?
I can help designing a part of an open RISC processor in Verilog HDL.
Regards,
/... 
XSOCV [2 Articles]
Dan Crowl - Apr 24 2000
Jan,
XSOCV rebuilt and downloaded (from NT4.0) with only one "scare" (execution
tight-looped the first time, but I
was unable to get a repeat after resetting t... 
J O - Nov 26 2006
Hello
I want to continue exploration of cpu archtectures in my past time and
wondered if anyone knew of a low cost verilog simulator that i could
purchase for home use ?
... 
rtstofer - Aug 24 2007
The problem with newbies such as myself is that not only don't they
know anything, they don't even suspect!
I have been using WebPack ISE for about 5 years and it has the
adva... 
howlingmadwilger - Nov 1 2002
I'm a final year computer science student at the University of
Bristol, England. I am currently doing research for my final year
project titled "Writing an instru... 
Friman Sanchez Castaņo - Feb 25 2003
Hi everybody!!!!
This is an interesting controversy. Some month ago I was looking for an answer
to the question: "what is better: Verilog or VHDL?". But really I... 
kalemanav - Aug 2 2002
Hi,
Quick question. Can anyone please let me know if I can generate a
clock with more frequency than input clock from a synthesisable
verilog module.I appreciat... 
shaik afzal - May 28 2003
Hi all,
Hope this is not an off-topic query.
We have a set of VHDL Design files(Say VHDL1.Vhd,VHDL2.vhd etc.) and a
VHDL Package(VHDL_pack.vhd) file.
V... 
enghow1268 - Oct 1 2003
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... 
v6502 [4 Articles]
- Mar 9 2001
I started working on a verilog version of the 6502 processor
yesterday. I handcrafted a state machine based on observations of
opcode patterns and knowledge of th... 
Jan Gray - Mar 10 2001
Just a brief message tonight, more in a day or two.
I updated the soc/gr0040 paper with the missing ram16x16d appendix, and
built a little kit with the extracted... 
Jan Gray - Aug 17 2000
Thank you, very helpful. Well, I was about to push this up to the web site:
"
Veriwell sightings
In the XSOC Getting Started Guide, I lament that I was unab... 
rtstofer - Nov 28 2007
Consider something like:
result ... 
xvibe - Aug 20 2002
Can you explain me how to design a FIFO in Verilog?
The FIFO that I'm talking about is of this type:
-------------------------------
| |
---| DataIN Da... 
satya_1729 - Dec 26 2002
Hi All,
I am new to Verilog. I used VHDL for 1 year. Currently i am
facing a problem in writing test benches in Verilog.
Currently my problem is reading a fil... 
Ben A. Abderazek - Oct 13 2004
Dear Helpers,
I am implementing an FPGA pipelined processor that is expected to fetch and
execute 2 inst/cycle.
I want to implement buffers to separate eac... 
Tom Kerrigan - Nov 19 2000
I've been working on my CPU and I just can't get the ALU to "build."
The Verilog for the ALU is below. Xilinx complains that register C has both
active and trist... 
cationebox - Mar 31 2005
can anyone help me ?
i will use it in my project
but i am not sure to write right code in time
so i turn to you
can you help me ?
vhdl is better than in verilo... 
Charles Steinkuehler - Nov 28 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
rtstofer wrote:
> The Verilog might look like:
>
> assign result = (sig1 ? a : 1'b0) |
> (sig2 ? b : 1'b0) |
> (sig3 ... 
hadi khani - May 6 2002
Hi,
Does anybody have or know a free HDL(VHDL,Verilog) for
of Parallel or FFT processor?
Thanks.
__________________________________________________... 
- Aug 6 2000
Hi,
For implementing a z80 cpu in an FPGA, I need the verilog or VHDL
behavioral description of this cpu. Does anybody have anything to
help me?
Thank You.... 
|
1 |
2 |
3 |
4 |
5 |
next