Shop OBEX P1 Docs P2 Docs Learn Events
Experiments in porting Prop1 to an XC3S100E FPGA — Parallax Forums

Experiments in porting Prop1 to an XC3S100E FPGA

doggiedocdoggiedoc Posts: 2,241
edited 2014-08-11 18:50 in Propeller 1
This is a work in progress with intent of documenting my learning process spurred by the release of the Parallax Propeller 1 Design.


Goal(s):
Learn more about FPGA, Propeller 1 Design, and Verilog while limiting my cost (initially) by experimenting with the hardware I already own.

Hardware:
FPGA Board - BASYS with Xilinx Spartan XC3S100E from Digilent, Inc

System:
Windows 7 VM on MacBook Pro, MacOS 10.9.4

Software:
Diligent Adept v2.3

Current Status:
efforts abandoned - see this thread



_______
Paul :)

Comments

  • Bill HenningBill Henning Posts: 6,445
    edited 2014-08-09 09:17
    I'll be keeping a careful eye on this thread... I have several Xilinx dev boards that could benefit :)
  • doggiedocdoggiedoc Posts: 2,241
    edited 2014-08-09 09:22
    The software for the Xilinx board (Adept v2.3) installed in Windows 7 (win7) without a problem. I am assuming that is the correct version as these boards and software have be discontinued by Diligent.

    My next step, I believe is to get Quartus installed/working. If I understand the process correctly I need to compile the source files with Quartus. I have downloaded these source files from Parallax.
  • pik33pik33 Posts: 2,366
    edited 2014-08-09 09:42
    No, Quartus is a compiler for Altera FPGAs.You have to use xilinx toolchain.
    You have to rewrite top AHDL files to Verilog or something Xilinx can understand - Xilinx don't understand Altera's AHDL. (as far as I know, I haven't any xilinx fpgas and tools now)
  • doggiedocdoggiedoc Posts: 2,241
    edited 2014-08-09 09:50
    Thanks pik - I have realized my error. Looking at how to rewrite top AHDL files now.

    Thanks again.
  • doggiedocdoggiedoc Posts: 2,241
    edited 2014-08-11 18:50
    I believe I am in over my head. I have yet to get ISE to run on my machine - and overclocked is making progress here:

    http://forums.parallax.com/showthread.php/156842-Xilinx-port-started...
Sign In or Register to comment.