Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
exxos 534 blog - Atari
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: exxos 534 blog - Atari
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
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
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: exxos 534 blog - Atari
OK thanks. So with all the .V files, what exactly gets loaded into which chip ? I will start with the bus one first anyway..
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: exxos 534 blog - Atari
The files required by each are listed in the makefile
https://raw.githubusercontent.com/terri ... c/Makefile
https://raw.githubusercontent.com/terri ... c/Makefile
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: exxos 534 blog - Atari
Think I've got it loaded in right..
The IDE has some terrible screwy redraw bugs
EDIT:
The IDE has some terrible screwy redraw bugs
EDIT:
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: exxos 534 blog - Atari
This is why I just use visual studio code and a makefile
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: exxos 534 blog - Atari
#makecable
Re: exxos 534 blog - Atari
Well got this far...
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: exxos 534 blog - Atari
You compiled that for an XA9572 not an XC9572XL
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: exxos 534 blog - Atari
ah, seems the 9500 is listed in 3 different options in the menu
