Russia using homegrown Raspberry Pi-like computers in nuclear facilities — Elbrus ES3 certified for use in critical applications
Devices already used in nuclear applications.
According to a government decree, Russia's critical information infrastructure facilities must transition to using Russian-made hardware and software systems by January 1, 2030. For now, Russia lacks domestically built high-performance hardware, so it has to certify pretty exotic solutions. This month, the country certified programmable controllers based on the Russian-made MCST Elbrus 2S3 processors, which are used for single-board computers that are Russian Raspberry Pi alternatives.
The hardware in question is the Elbrus programmable logic controller (PLC), which is based on the MCST Elbrus-2S3 developed by Roselectronics. The PLC has been registered and included in the registry of hardware-software systems maintained by the Ministry of Digital Development of Russia. This certification allows these devices to be used at critical information infrastructure facilities to create automated process control systems.
In fact, these controllers are already used in 'nuclear industry facilities' and are undergoing testing in the oil and gas industries. This registration supports compliance with Russia's policy of transitioning critical infrastructure to domestic systems by 2030.
As the name suggests, the Elbrus 2C3 is system-on-chip with two general-purpose cores. The processor is rather simplistic, with a CPU clock speed of up to 2 GHz, a basic GPU, a multimedia engine with video encoding and decoding support, a dual-channel DDR4-3200 controller that supports up to 8GB of memory, support for up to 480GB of storage, and PCIe 3.0 lanes. A dual-core CPU should be enough for various controllers, but they will certainly not be enough for demanding workloads.
Originally, MCST produced its Elbrus 2C3 processors at TSMC using the latter's 16nm-class process technology, but now that Taiwan does not allow exports of advanced processors to Russia and Belarus, we can only wonder where the chips will be made now and in coming years.
The ELPLC-Logic software, also developed by a Roselectronics subsidiary called INEUM, accompanies the controllers. It is included in the registry and supports convenient programming of the "PLC-Elbrus" controllers using IEC-61131-3 standard languages.
"Our controllers have a wide range of applications and are on par with foreign counterparts in terms of their capabilities," said Igor Lobanov, Deputy General Director of Production at INEUM. "The inclusion of 'PLC-Elbrus' in the Ministry of Digital Development's registry opens up new opportunities for its use in state and private projects, promoting import substitution and the advancement of domestic production."
Stay On the Cutting Edge: Get the Tom's Hardware Newsletter
Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.
Anton Shilov is a contributing writer at Tom’s Hardware. Over the past couple of decades, he has covered everything from CPUs and GPUs to supercomputers and from modern process technologies and latest fab tools to high-tech industry trends.
-
SocDriver Most likely the chips will be made in China with a high probability that SMIC makes them, they may even help advance them to a better process node. Another option might be India as they grow their chip manufacturing in country. Oil for chips trade.Reply -
usertests
I'm fuzzy on India's capabilities. Apparently they're going for 28nm?SocDriver said:Most likely the chips will be made in China with a high probability that SMIC makes them, they may even help advance them to a better process node. Another option might be India as they grow their chip manufacturing in country. Oil for chips trade.
https://globalsmtasia.com/can-28-nm-catapult-india-to-semiconductor-manufacturing-leadership/ -
bit_user I was going to ask what ISA these are using, but then I found it's indeed the funky VLIW-like flavor of other Elbrus CPUs we've seen before:Reply
https://www.researchgate.net/publication/358101420_Elbrus-2C3_a_Dual-Core_VLIW_Processor_with_Integrated_Graphics
That mentions integrated graphics, but it's behind a paywall. According to this, it's a PowerVR GX6650:
https://ieeexplore.ieee.org/document/9681771
That paper also mentions it being "planned for mass production in 2022 using 16 nm FinFET".
Finally, I was curious what was meant by the phrase "supports convenient programming of the "PLC-Elbrus" controllers using IEC-61131-3 standard languages." A quick web search suggests this is referring to:
Ladder Diagram
Instruction List
Function Block Diagram
Structured Text
Sequential Function Chart
The standard applies to Programmable Logic Controllers, which are basically realtime controllers used for things like industrial automation.
https://en.wikipedia.org/wiki/Programmable_logic_controller