Insight
Insight
MetisX has officially changed its corporate name to XCENA as part of a strategic rebranding effort.
MetisX Rebrands as XCENA, Reflecting a Bold Vision for the Future of Computing ArchitectureMetisX has officially changed its corporate name to XCENA as part of a strategic rebranding effort.
시스템 반도체 전문 기업 엑시나(옛 메티스엑스)는 Korea VC Awards 2024에서 올해의 투자기업으로 선정됐다고 5일 밝혔다.
엑시나, 'Korea VC Awards 2024' 올해의 투자기업 선정시스템 반도체 전문 기업 엑시나(옛 메티스엑스)는 Korea VC Awards 2024에서 올해의 투자기업으로 선정됐다고 5일 밝혔다.
인공지능(AI) 반도체 기업 엑시나(XCENA, 옛 메티스엑스)가 올해 기업가치를 크게 증가시킨 기업 중 유의미한 성과를 낸 스타트업으로 주목 받았다.
CXL 메모리 반도체 '엑시나', AI 향한 투심 사로잡았다인공지능(AI) 반도체 기업 엑시나(XCENA, 옛 메티스엑스)가 올해 기업가치를 크게 증가시킨 기업 중 유의미한 성과를 낸 스타트업으로 주목 받았다.
Company Registration Number : 710-81-02837
Address : 20, Pangyoyeok-ro 241beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do, Republic of Korea
CEO : Jin Kim
© 2024 XCENA Inc. | All Rights Reserved
XCENA Inc.
CEO : Jin Kim
Company Registration Number : 710-81-02837
Address : 20, Pangyoyeok-ro 241beon-gil, Bundang-gu,
Seongnam-si, Gyeonggi-do, Republic of Korea
© 2025 XCENA Inc. | All Rights Reserved
RAS stands for Reliability, Availability, and Serviceability, describing the robustness of a computing system. When it comes to memory specifically, it refers to fault-tolerant hardware designs such as ECC(Error Correction Code), chipkill, memory scrubbing, and so on.
Errors in the memory subsystem occur due to design failures, defects, or electrical noise in any one of the components. These errors are classified as either hard errors (caused by design failures) or soft errors (caused by system noise or memory array bit flips due to alpha particles, etc.). RAS features allow the system to continue operating when there are correctable errors while logging the uncorrectable error details for future debugging purposes.
One of the most common RAS schemes used in the memory subsystem is ECC. ECC-enabled memory generally uses parity to detect data corruption in memory by including extra memory bits to record parity. It is designed to detect errors of two bits per word but can only correct up to a single bit per word. Applications using standard DDR memories (i.e. DDR4, DDR5) implement ECC by using the side-band scheme, which could be described as follows:
Write:
① SoC sends data to memory controller.
② Controller generates parity and send it with the data to memory.
③ Data and parity are stored on separate DRAMs.
Read:
① Memory controller reads Data and parity stored on DRAMs.
② Controller checks parity on the data read.
③ If there is an error, data is sent with error correction, if no error, data is sent to SoC.