(no title)
peter_d_sherman | 1 month ago
(Now, I would have preferred a Lattice ICE40 FPGA as opposed to the Xilinx Spartan II XC2S100 FPGA, simply because the ICE40 toolchain is entirely open source (https://prjicestorm.readthedocs.io/en/latest/) but that's a very minor (less than 1%) extremely small "nitpick" -- on what should be praised and lauded as some truly great work!)
Anyway, to repeat, I absolutely love it!
Upvoted and favorited!
Well done!
rasz|29 days ago
We are in sync! I also fell in love with this project after seeing it on Hackaday. At first I was just impressed, but the more I dug in (pcb, vhdl) the more I couldnt stop obsessing over it :) Its super well documented, well structured and easy to follow. True hello world of building a 386/486 chipset. My HaD comment from 3 weeks ago:
HaD blog entry doesnt do justice to this AMAZING project. Author implemented:
maniek86 build a legit vintage PC motherboard the way companies did back in mid eighties designing own Chipsets, all on his own in a span of few months. The only missing component is old school DRAM memory controller, skipping it is no brainer as driving DRAMs is almost an art form (as much digital as analog) and learning how to create one could take another year with most time spend chasing quirks and compatibility woes.Want to hear something wild – this was maniek86s first 4 layer board ever :o Talk about jumping into deep water.
From reading maniek86 blog it all started when he got scammed buying Chinese no name ISA/PCI Post Code analyzer card that didnt really support ISA side https://maniek86.xyz/pl/blog.php?p=31 :
"It turned out that ISA part of the card was a scam – it could only measure voltages and show CLK, RDY, and reset signals. I was disappointed. I had to repair the motherboard without the help of POST codes. Eventually, I managed to fix it, but the card didn’t meet my expectations. That’s when I came up with the idea of building my own card instead of buying another one."
And so he did, just like Bender with blackjack and all! End result is https://maniek86.xyz/projects.php?p=41 https://github.com/maniekx86/isa_debug_post_card https://github.com/maniekx86/isa_debug_post_card_cpld_source deserving its own HaD entry. To make Post Code card maniek86 had to:
- learn how ISA bus works
- learn VHDL
- do digital archeology to dig up 17 year old Xilinx ISE that could support obsolete XC95144XL 5Volt CPLD
- learn about output buffers the hard way by frying first XC95144XL driving LEDd directly, didnt we all? :)
This Post Code analyzer card led directly to creation of M8SBC. What a hacking tour the force. I absolutely love it.
bogantech|1 month ago
rasz|29 days ago
Here is a prototype https://imgur.com/gallery/486-homebrew-computer-lsUiWdw
The most impressive part of this build is that maniek86 (Piotr Grzesik) is still in High School (electronics oriented CTE).