Welcome, Guest. Please login or register.

Author Topic: First Start Minimig with FPGA-CPU!!!  (Read 8670 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
First Start Minimig with FPGA-CPU!!!
« on: September 29, 2007, 08:00:08 AM »
Firt time starts a full FPGA-Minimig on the DE2-Board without external CPU and PIC. I use SDRAM and a CPU-IP-CORE. The CPU-Core ist software but not timing kompatible. Thats why make some Demos Problems.

Viele Grüße
TobiFlex
 

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
Re: First Start Minimig with FPGA-CPU!!!
« Reply #1 on: September 29, 2007, 12:49:07 PM »
I think some day i can fit the Core also into the DE1 Board.
Quote

freqmax wrote:
@TobiFlex:
If you make a daughterboard with a m68k cpu. You could compare the timing with the HDL "software" cpu.


This is my way to verfiy the software combatibility. I have developed a CPU-Validator to compare the Hard- and the Soft-CPU. But it is very difficult that the timing will match. At this moment I see no chance.

This CPU-IP-Core has nothing to do with Wolfgangs Core. There are complete different. This is my own development.

Viele Grüße
TobiFlex
 

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
Re: First Start Minimig with FPGA-CPU!!!
« Reply #2 on: September 29, 2007, 01:30:59 PM »
Minimig:  6261 LCs + 172060 memory bits
CPU-Core: 3805 LCs
SPIHost:  1938 LCs + 147456 memory bits
others(SDRAM+ Sound) : 300 LCs

 

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
Re: First Start Minimig with FPGA-CPU!!!
« Reply #3 on: September 29, 2007, 10:11:46 PM »
Quote

downix wrote:

I just finished checking this option out.  In a word, can't be done.  The EP2C35F672-C6 FPGA it utilizes only has 32,000 gates.  The MiniMig's FPGA is 400,000 and is 80% utilized.  In short, the chipset alone won't fit into the design.


You want to annoy me. Right? Check it again and figure out your error.
 

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
Re: First Start Minimig with FPGA-CPU!!!
« Reply #4 on: September 30, 2007, 12:51:03 PM »
Quote

alexh wrote:
It's only 4-bit aka 16 colours, you'd need 12-bit (4096) colours for OCS/ECS and 24-bit for AGA


Thats not true.
The TREX-C1 Board and and the DE1 Board from Treasic use 4-bit per Color (4096). The DE2 Board use 8-bit per Color.
The TREX-C1 Board is to small for the Minimig. The DE2 Board is to expensive for the most people but its very nice for debugging the Core.
My goal is to use the DE1 Board for the Minimig. It cost 150$. But I must rewrite the SPIhost to use exteral RAM.

http://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=39&No=83
 

Offline TobiFlexTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2006
  • Posts: 53
    • Show all replies
Re: First Start Minimig with FPGA-CPU!!!
« Reply #5 on: October 04, 2007, 10:20:01 PM »
Hi Dennis,
I would like to make the source code also open source some day.
Viele Grüße
TobiFlex