Home IT News Engineer Applications 4-Bit 4040 Microprocessor to Calculate Pi Sooner Than the ENIAC

Engineer Applications 4-Bit 4040 Microprocessor to Calculate Pi Sooner Than the ENIAC

0
Engineer Applications 4-Bit 4040 Microprocessor to Calculate Pi Sooner Than the ENIAC

[ad_1]

In 1949, ENIAC was the primary programmable laptop to calculate a decimal growth of π. It took ENIAC 70 hours to find out 2,035 digits. Mark Ablovatskii questioned if a 1974-era four-bit Intel 4040 microprocessor may calculate digits of Pi sooner than the ENIAC. The outcomes had been shocking!

The 4-bit Intel 4040 succeeded the unique 4004 microprocessor. It ran at 740 kilohertz and will obtain 92,500 directions per second. The 4040 included a number of enhancements that helped Ablovatskii’s aim, like AND/OR directions, a barely bigger stack, eight new registers, and help for 2 banks of ROM. Nonetheless, it didn’t have multiplication, division, or shift directions!

For comparability, the ENIAC ran at 100 kilohertz and carried out about 5,000 additions or 50 multiplications per second. However its accumulators had been additionally 10 digits! The 25-year hole might make this venture seem like a mismatched contest. Nonetheless, Ablovatskii’s first effort would have the 4040 calculating digits for years!

A number of strategies exist to calculate the digits of Pi. For instance, a spigot algorithm retains an array of numbers in reminiscence. The trade-off with this methodology is that you just want an quantity of reminiscence proportional to the variety of digits you propose to calculate. Because the 4040 solely has 1,280 bytes of RAM, it could not be doable to get 2,035 digits of Pi utilizing one of these algorithm.

General, Ablovatskii thought of seven strategies earlier than selecting an algorithm from Fabrice Bellard. This one is a sensible implementation that may calculate π to the millionth place.

Earlier than growing the code to do the calculations, Ablovatskii needed to create a toolchain and emulator. Each efforts had been extensions of Ablovatskii’s earlier work on a 4004-based venture. (Additionally, a Pi calculator!) The toolchain consists of a pre-processor, compiler, and linker. The emulator implementation used JavaScript.

This venture centered across the 4040 microprocessor. Nonetheless, a contemporary STM32 supplied an emulated reminiscence gadget to the classic processor and a USB interface again to the PC so we may see the ensuing digits.

With instruments in hand, Ablovatskii’s first effort yielded 2,035 digits of Pi! Nonetheless, finishing the duty would take an estimated 14.5 years or roughly 127,000 hours on the 4040’s precise clock velocity. It doesn’t take in-depth math information to appreciate that point is barely longer than ENIAC’s 70-hour benchmark.

By an intensive iterative cycle of profiling and optimizing code, Ablovatskii finally lowered the computation time to 69 hours, 28 minutes, and 31 seconds — an enchancment of 180,000%!

Try Ablovatskii’s weblog publish on the venture for detailed breakdowns of the mathematics behind this achievement!

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here