Recovering Data For A Homemade Cray

In our hubris, we pat ourselves on the back when we’re able to pull data off our old SCSI drives. [Chris Fenton]’s attempt to get an OS for a homebrew Cray-1 puts us rightfully to shame.

Last year we saw [Chris]’ fully functional 1/10th scale Cray-1 supercomputer built around FPGA. While the reproduction was nearly cycle-accurate, [Chris] hasn’t had an opportunity to test out his system because of the lack of available Cray software. A former Cray employee heard of his plight and loaned an 80 Megabyte CDC 9877 disk pack to in the hope of getting some system software.

[Chris] acquired a monstrous 100 pound disk drive to read the disk pack, but after 30 years in storage a lot of electrical problems cropped up. Since reading the drive digitally proved to be an exercise in futility, [Chris] hit upon the idea of taking analog data straight from the read head. This left him with a magnetic image of the disk pack that was ready for some data analysis.

After the disk image was put up on the Internet, the very talented [Yngve AAdlandsvik] figured out the data, header, and error correction formats and sent [Chris] a Python script to tease bits from the analog image. While no one is quite sure what is on the disk pack provided by the Cray employee, [Chris] is remarkably close to bringing the Cray-1 OS back from the dead. There’s also a great research report [Chris] wrote as penance for access to the CDC disk drive. Any Hack A Day readers feel like looking over the data and possibly giving [Chris] a hand?

FPGA Bitcoin Miner Is Probably The Most Power Efficient.

[fpgaminer], [li_gangyi], and [newMeat1] have been working together for the last few months to build an FPGA bitcoin miner that blows GPU mining rigs out of the water in terms of power efficiency. The board requires only 6.8 watts for 100 Mhashes/second, but [li_gangyi]’s blog says the team expects to hit 150-200 Mhashes with some improvements. That’s efficiency GPUs can’t touch.

Bitcoins are a digital currency that are ‘mined’ by calculating hashes that verify bitcoin transactions. While mining operations can be performed on a CPU, graphics cards and FPGAs beat CPUs by several orders of magnitude in terms of how many hashes can be performed per second.

The heart of the board is a Spartan-6 LX150 FPGA – a pricey bit of kit – and the team is selling each board for $440 USD. For that amount of money, you could buy two ATI 6770s at half the price and crunch four times as many hashes a second. At less than 7 watts, though, we wouldn’t worry too much about cooling the rig and the electricity costs will be very low.

Largest LED Cube We’ve Ever Seen Is Still Only Half Complete

[Brendan Vercoelen] is a university student in New Zealand studying engineering. He says his recent gigantic LED cube build, “isn’t very serious” compared to other student projects, but that doesn’t mean it’s not impressive. The original plan for the build was a 16x16x16 tri-color LED cube. After realizing how much soldering that really was, [Brendan] scaled back his design a little to a 16x16x8 cubeoid, but the other half can be attached when the project is complete.

From the cost breakdown, [Brendan] only spent about $550 USD – far less expensive than we expected. The most expensive item was the 4,000+ Red-Green-Orange tri-color LEDs. The largest LED cubes (1, 2, 3) we’ve covered have maxed out at 8x8x8, or 512 total LEDS. Even though [Brendan]’s build is only half done, it’s still four times larger in volume than the largest LED cube we’ve seen.

The gauntlet has been thrown down. This is the one to beat, folks. Check out a video of the cube after the break.

Continue reading “Largest LED Cube We’ve Ever Seen Is Still Only Half Complete”

Putting A PDP-10 On An FPGA

[dgcx] has been working on reimplementing a PDP-10/x on an FPGA for the last 2 and a half years. This surprised us because we’re only hearing about this project now.

After designing three versions, [dgcx] eventually ended up with a one-FPGA implementation of a PDP-10 and an awesome PDF writeup. Although PDP-10 emulators do exist, this project isn’t an emulation – the system actually has the 36-bit word length of the original, implemented on five 4096 kilobit SRAM chips. This is a fully functioning replica, and even has CHAOSNET implemented with a small Ethernet controller.

Continue reading “Putting A PDP-10 On An FPGA”

NTSC Video Out With The Papilio One

video_out_with_the_papilio_one

[Ben Leperchey] is working on building a Sega Master System clone using the Papilio One FPGA board, and although his ultimate goal has yet to be reached, he’s bringing some great stuff to the table in the meantime.

One component that is necessary for any sort of game system clone is NTSC/PAL video output, naturally. Since no one had constructed a TV output “Wing” (The Papilio One’s version of a shield or breakout board), [Ben] went and did it on his own. Using only 14 resistors and a low-pass audio filter, he was able to get the video output he was looking for with relatively little trouble. His VHDL code running on the Papilio does all the hard work of creating the video signal, while the wing he designed mostly handles the connectivity.

This is one of the first few projects/components we’ve seen come out of the Papilio camp, and it looks like things are off to a good start. We can’t wait to see the Master System implementation once it has been wrapped up!

Continue reading to see a quick video demonstration of the Papilio One and [Ben’s] TV output wing.

Continue reading “NTSC Video Out With The Papilio One”

Building A One-instruction Computer

[Hasith] sent in this project where he goes through the process of designing a one instruction CPU in Verilog. It may not win a contest for the coolest build on Hack A  Day, but we really do appreciate the “applied nerd”  aspect of this build.

With only one instruction, an OISC is a lot simpler than the mess we have to deal with today. There are a few instructions that by themselves are Turing-complete (like Subtract and branch if negative, and Move). Designing an OISC with one of these instructions means it can also emulate a Turing machine.

Continue reading “Building A One-instruction Computer”

Going A Long Way For Game Boy Advanced Video Out

Here’s an intense hack that lets [Matt Evans] play Game Boy Advanced on a larger LCD monitor. He didn’t take the easy way out during any step of the process.

He’s using an FPGA to translate the LCD signals from the GBA hardware into a 1280×960 picture that is then pushed to the large monitor. But did he use an FPGA development board? No, instead he picked up an old PCI card at a surplus store because it had a Xilinx Virtex-E FPGA. So the first thing he had to do there was to remove unneeded components and figure out how to make the connections to reprogram that chip.

So next you’d grab a working monitor and hook it up to the FPGA signal, right? Wrong, [Matt] had a slightly borked monitor, getting rid of the LVDS section and wiring up his own connections to push the RGB signals through in parallel.

Yeah, that’s a lot of work. But as you can see in the clip after the break, it works like a charm. If you’re looking for some other gnarly video-out hacks, check out this one that lets you play Game Boy on an oscilloscope.

Continue reading “Going A Long Way For Game Boy Advanced Video Out”