You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
Sidequest: VGA scan doubler
Re: Sidequest: VGA scan doubler
Has anyone looked at Trion from a company called Efinix? I saw some retro project using one of their boards and it seems they are available and not _too_ expensive.
Re: Sidequest: VGA scan doubler
Hi Smonson,
Anyway, sounds fun (re) starting the project on a different device family!
Keep us updated, good luck!
I'm not sure this has anything to do with Intel specifically. Xilinx parts availability is not much better. Probably the only reason that Lattice parts are more available to the general public is because Lattice doesn't have so many big customers as Intel/Altera and Xilinx/Amd.Smonson wrote: Mon May 01, 2023 2:47 pm It's been a rough three years for the hobby, that's for sure! I've been holding onto my last few Max-Vs like they were made of gold. I wonder if the shortage will actually end, or Intel will just go the way of Zilog. All empires fall eventually - and I've read some fairly pessimistic news articles about the company's internal structure.
Anyway, sounds fun (re) starting the project on a different device family!

http://github.com/ijor/fx68k 68000 cycle exact FPGA core
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
Re: Sidequest: VGA scan doubler
They are a bit overpowered for a project like this, though. Might be useful for other designs? I'd never even heard of them until now.Aeberbach wrote: Mon May 01, 2023 9:48 pm Has anyone looked at Trion from a company called Efinix? I saw some retro project using one of their boards and it seems they are available and not _too_ expensive.
Re: Sidequest: VGA scan doubler
Probably true. I just checked Mouser and it seems there are now plenty of Intel devices at the bigger, expensive end of the market now, over AUD$50 or so. Even more amazingly, they are stocking some MAX-Vs again (not the ones I need, but close). That must have happened very recently. Maybe they saw my post and leapt into action!ijor wrote: Mon May 01, 2023 10:44 pm I'm not sure this has anything to do with Intel specifically. Xilinx parts availability is not much better. Probably the only reason that Lattice parts are more available to the general public is because Lattice doesn't have so many big customers as Intel/Altera and Xilinx/Amd.

Re: Sidequest: VGA scan doubler
Woooow ! Yeah, they surely read your postSmonson wrote: Tue May 02, 2023 4:40 pm Probably true. I just checked Mouser and it seems there are now plenty of Intel devices at the bigger, expensive end of the market now, over AUD$50 or so. Even more amazingly, they are stocking some MAX-Vs again (not the ones I need, but close). That must have happened very recently. Maybe they saw my post and leapt into action!![]()

http://github.com/ijor/fx68k 68000 cycle exact FPGA core
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
Re: Sidequest: VGA scan doubler
I've got the dev board and played around with it a bit over the weekend.
From testing it seems that each LC can hold somewhere around 4 bits of data in the form of registers, so with more than 800 excess LCs on the chip, I could easily put a little startup message in there, which would be cool.
(adding this 256-bit bitmap, plus logic to decode it onto the scanline, increased the LC count by about 70)
From testing it seems that each LC can hold somewhere around 4 bits of data in the form of registers, so with more than 800 excess LCs on the chip, I could easily put a little startup message in there, which would be cool.
(adding this 256-bit bitmap, plus logic to decode it onto the scanline, increased the LC count by about 70)
Re: Sidequest: VGA scan doubler
Haha, just messing around, but it's technically possible to fit the FPGA under the shifter. The real problem would be what would I do when it turns out one of the pins isn't quite soldered. Hot air isn't very good for IC sockets...
Re: Sidequest: VGA scan doubler
Video it, and put it on youtubeSmonson wrote: Mon May 22, 2023 2:02 pm The real problem would be what would I do when it turns out one of the pins isn't quite soldered. Hot air isn't very good for IC sockets...

https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: Sidequest: VGA scan doubler
Looking awesome @SmonsonSmonson wrote: Mon May 22, 2023 2:02 pm Haha, just messing around, but it's technically possible to fit the FPGA under the shifter. The real problem would be what would I do when it turns out one of the pins isn't quite soldered. Hot air isn't very good for IC sockets...
Screenshot from 2023-05-22 22-57-25.png
Re: Sidequest: VGA scan doubler
Just reporting progress on this task... I received my boards from Seeed during the week, and made one of them up over this weekend.
Managed to stick the FPGA on the board without too much trouble (surprisingly)
The finished board is a little smaller than the previous revision of the mod. I didn't risk making the extra-tiny version yet. The Shifter is sitting a bit weirdly in there because I cut a 40-pin DIP socket in half and rotated one line of pins 180 degrees so it would fit. Next time I'll just stick with the usual "turned pin" sockets.
Luckily, no major issues with the board design even though it's my first attempt with this architecture. I got a picture out of it on the first boot-up and I have it working normally now after a couple of evenings of debugging. The picture quality is comparable with the last version with the MAX-V CLPD, bearing in mind my test machine's noisy video output.
(with scanline mode active)
So I guess this show's back on the road again.
Managed to stick the FPGA on the board without too much trouble (surprisingly)
The finished board is a little smaller than the previous revision of the mod. I didn't risk making the extra-tiny version yet. The Shifter is sitting a bit weirdly in there because I cut a 40-pin DIP socket in half and rotated one line of pins 180 degrees so it would fit. Next time I'll just stick with the usual "turned pin" sockets.
Luckily, no major issues with the board design even though it's my first attempt with this architecture. I got a picture out of it on the first boot-up and I have it working normally now after a couple of evenings of debugging. The picture quality is comparable with the last version with the MAX-V CLPD, bearing in mind my test machine's noisy video output.
(with scanline mode active)
So I guess this show's back on the road again.