Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | need help on a 8051 ip core

There are 6 messages in this thread.

You are currently looking at messages 0 to 6.

need help on a 8051 ip core - jpmcg - 2004-07-26 22:24:00

Hi there folks i`m currently doing a msc project and trying to
implement a 8051 ip core and program it using 'C'. Porblem is i cant
find  an ip core that will let me use it without having to spend money
on it. As i am a student i cant get my hands on that kind of cash. Can
anybody help me.

Any help would be greatly appreciated,
JP



Re: need help on a 8051 ip core - Paul Burke - 2004-07-27 03:33:00

jpmcg wrote:

> Hi there folks i`m currently doing a msc project and trying to
> implement a 8051 ip core and program it using 'C'. Porblem is i cant
> find  an ip core that will let me use it without having to spend money
> on it. As i am a student i cant get my hands on that kind of cash. Can
> anybody help me.
> 

Try:
<http://www.opencores.org/>; and look down the page. Can't see what's the 
point of an MSc where you use someone else's core, and somneone else's C 
compiler, or is there some further point to it?

While we are on IP cores, what is the cheapest (in small quantity) FPGA 
at the moment, including boot EEPROM?

Paul Burke


Re: need help on a 8051 ip core - Leon Heller - 2004-07-27 04:17:00

"Paul Burke" <p...@scazon.com> wrote in message
news:2...@uni-berlin.de...
> jpmcg wrote:
>
> > Hi there folks i`m currently doing a msc project and trying to
> > implement a 8051 ip core and program it using 'C'. Porblem is i cant
> > find  an ip core that will let me use it without having to spend money
> > on it. As i am a student i cant get my hands on that kind of cash. Can
> > anybody help me.
> >
>
> Try:
> <http://www.opencores.org/>; and look down the page. Can't see what's the
> point of an MSc where you use someone else's core, and somneone else's C
> compiler, or is there some further point to it?
>
> While we are on IP cores, what is the cheapest (in small quantity) FPGA
> at the moment, including boot EEPROM?

The Altera Cyclone, AFAIK. The EP1C3T100C8 is 8.03 GBP and the EPCS1SI8
configuration device is 1.87 GBP. I recently bought five of each from Arrow
UK.

Leon
-- 
Leon Heller, G1HSM
http://www.geocities.com/leon_heller



Re: need help on a 8051 ip core - Lewin A.R.W. Edwards - 2004-07-27 07:58:00

> find  an ip core that will let me use it without having to spend money
> on it. As i am a student i cant get my hands on that kind of cash. Can

<http://www.opencores.org/projects.cgi/web/8051/overview>;

Re: need help on a 8051 ip core - Lewin A.R.W. Edwards - 2004-07-27 08:03:00

> implement a 8051 ip core and program it using 'C'. Porblem is i cant
> find  an ip core that will let me use it without having to spend money
> on it. As i am a student i cant get my hands on that kind of cash. Can

<http://www.opencores.org/projects.cgi/web/8051/overview>;

Re: need help on a 8051 ip core - Joe - 2004-07-27 14:57:00

jpmcg wrote:

> Hi there folks i`m currently doing a msc project and trying to
> implement a 8051 ip core and program it using 'C'. Porblem is i cant
> find  an ip core that will let me use it without having to spend money
> on it. As i am a student i cant get my hands on that kind of cash. Can
> anybody help me.
> 
> Any help would be greatly appreciated,
> JP

Hi there,

If you use VHDL, please check this web site for a few 8051 IP cores:
www.informatik.uni-hamburg.de/vhdl/vhdl.html" target=_blank rel="nofollow">http://tech-www.informatik.uni-hamburg.de/vhdl/vhdl.html

The following newsgroups are better places for you to post
questions regarding VHDL/Verilog IP cores:
- comp.lang.vhdl
- comp.lang.verilog
- comp.arch.fpga

For implementation, the Xilinx FPGA Start kit (US$99.0) is a very
good value platform for 8-bit CPU development:
http://www.xilinx.com/products/spartan3/s3boards.htm

For C-compiler, if your program code is not that big, try the keil
evaluation kit.  Or you can use SDCC
http://sdcc.sourceforge.net/

Hope this helps.

Joe