Page 2 of 5

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 3:15 pm
by terriblefire
Pinmap is in the ucf files. That’s what it’s for. It’s in my sources. Just add it to the project. You need a project for ram cpld and one for bus cpld.

The chips are a

XC9572XLVQ64-10 for the bus cpld.
XC95144XLTQ100-10 for the ram cpld

I don’t use projects or the IDE. I have a Linux makefile that build multiple boards from the same sources. The IDE sucks

The ucf files you need are here

https://github.com/terriblefire/tf534/t ... s/tf534r2c

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 3:33 pm
by exxos
OK thanks. So with all the .V files, what exactly gets loaded into which chip ? I will start with the bus one first anyway..

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 3:48 pm
by terriblefire
The files required by each are listed in the makefile

https://raw.githubusercontent.com/terri ... c/Makefile

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 4:21 pm
by exxos
Think I've got it loaded in right..

The IDE has some terrible screwy redraw bugs :roll:

666.jpg
666.jpg (148.92 KiB) Viewed 3839 times


EDIT:
33.JPG
33.JPG (95.9 KiB) Viewed 3839 times

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 4:42 pm
by terriblefire
This is why I just use visual studio code and a makefile

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 5:01 pm
by exxos
#makecable

IMG_4325.JPG
IMG_4325.JPG (64.67 KiB) Viewed 3827 times

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 5:05 pm
by exxos
Well got this far...

444.jpg
444.jpg (72.39 KiB) Viewed 3824 times

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 5:13 pm
by terriblefire
You compiled that for an XA9572 not an XC9572XL
B38DE00A-B2D1-4615-B8D8-6494E2DA6181.png
B38DE00A-B2D1-4615-B8D8-6494E2DA6181.png (603.3 KiB) Viewed 3821 times

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 5:39 pm
by exxos
terriblefire wrote: Thu Jun 13, 2019 5:13 pm You compiled that for an XA9572 not an XC9572XL
ah, seems the 9500 is listed in 3 different options in the menu :roll:

Re: exxos 534 blog - Atari

Posted: Thu Jun 13, 2019 5:40 pm
by exxos
33333.JPG
33333.JPG (113.38 KiB) Viewed 3816 times