This is not directly 6502 related, and not really programmable logic. But it might interest a few people here, and this feels the right place for it.
TintTapeout
https://tinytapeout.com/ is a relatively new service that drastically reduces the cost of producing ASICs. They coordinate your design sharing a chip with a bunch of others, spreading the cost. So instead of the tens of thousands it usually costs, you can get your own silicon for $300.
Don't expect to be able to build a drop-in 6502 replacement with it: you only get 24 I/O pins (8 input, 8 output, 8 bidirectional, all 3.3V), and the area you have to work with is very small. Sharing a chip with a few hundred other people has a down-side.
Still, people have done some fairly impressive things with it. The latest run has a Wolf3D-like renderer, a few simple CPUs, and a re-implementation of the AY-3-8913 sound chip.
I haven't done anything with it yet - my plans are too ambitious and will take a lot of preparation.