This is a "Colorlight i9" module by Muse Lab (official aliexpress link), and its extension board, hosting a Lattice ECP5 "LFE5U-45F" and Network capable with a broadcom chips, meaning "over big enough for years to come" for my needs. The headers for the extension board are provided too, I was too lazy to put them on the picture. All of that for around 71€ before shipping fees, and no programmer to buy like Xilinx and Altera.
You can see an audio PMOD, as my first project will be to make a model of the Microchip AY8930, a sound chip that is the successor of the YM2149/AY-3-8910, and that provides a legacy mode (same registers, same behaviour) and an extended mode (triggered by a special combination of bits on one of the registers). The extended mode allows each channel to have it's noise and envelop generator, instead of a shared one ; the noise generator stacks AND and OR masks to the pseudo random generator (meaning that one can have a totally not random noise generator) ; there is 9 predefined duty cycles for the square wave.
Then I plan to play with video, my goal is to try to have HDMI rendering, at least SDTV definition (720x576p@50Hz), including audio.
After that, crazy projects/fantasies :
- plug a 68HC000 (because if memory serves me right, it is able to run at 3.3V) to the module loaded with STe chipset (and if I add some DIP-64 extension ports, I could also use some of @exxos H5 plugins (the 3.3V variants obviously)
- plug a DFB1 of @Badwolf (if memory serves me right, I counted that I have just enough pins for that and some serial connection to some other devices) to the module loaded with other Falcon chipset (maybe with DSP if there is an implementation somewhere). (remember those are fantasies, until effective materialization that won't happen before years, if it ever happen)
My fallback plan is use migen and litex framework.
If I really have no choice, I will resolve myself to use verilog (oss-cad-suite provides only verilog, vhdl support requires paid version, and my bias toward vhdl is not that adamant...)


