Hello, can you please share the KiCad files? Thank you
Thanks for the interest!
Since the project is still very much a work in progress, I'm not releasing the raw KiCad files right now. I'm actually about to order a second PCB prototype with a much better form factor to properly test the extended RAM feature with a more robust bus buffering strategy.
Once the project is completely finished and tested, I will be sharing a PDF of the final schematics and the Gerber files for the definitive PCB on my GitHub page.
However, if your main goal is just to grab the DRAM controller logic to try out with your Polyphloisboisterous '030 clone, let me remind you that Bolle has actually already publish the schematics here
[link] and the jedec files here
[link]. The signal labeling matches his Performer clone schematics (also on his GitHub) 100%.
You just need to make these three specific corrections to get a fully working 32-bit data path 4MB RAM expansion module integrated into your clone:
The clock signal to RU9 must be CLK_30.
Run a new trace connecting U4 / pin 12 to RU9 / pin 12 (RU9 / pin 12 is DSACK1 for fast RAM cycles).
Tie RU1QA / pin 4 together with pins 1, 10, and 13.
It is up to you which type of RAM you would like to use: period-accurate RAM chips (four 30-pin 1MB 70 ns SIMMs) or the ones I've been using (EDO or FPM 1M x 16-bit CMOS 60 ns DRAM chips, with the OE pin always tied to GND).
Hope this helps you get yours up and running! I'll keep the thread updated.