H/W 설계 문서(PDF, PPT), Excel, Code 등 다양한 source에서 동일 entity를 자동으로 식별합니다. 아래 entity를 클릭하면 각 소스에서 추출된 위치가 하이라이트됩니다.
The Instruction Fetch unit fetches 32B/cycle from 64KB 4-way L1I. On L1I miss, fills come from the L2 Memory System.
The Execution Pipeline (8 ports: 2×ALU, 2×AGU, MAC, BR, FP, STD) dispatches memory ops to the Load/Store Unit (2LD+1ST, 64KB L1D).
The MMU provides I-TLB + D-TLB (1024 entries, 4KB~2MB pages). TLB miss triggers page table walk via L2.
L2 cache (256/512KB, 8-way, 64B line) serves L1I/L1D/PTW. L2 miss → DSU L3 via ACE.
ETM (ETMv4) traces via ATB. GIC CPU IF (GICv3) handles IRQ masking.
| # | spirit:name | baseAddress | range | registers | busIF |
|---|---|---|---|---|---|
| 1 | MMU_TLB | SysReg | AArch64 | TTBR0_EL1, TCR_EL1 | — |
| 2 | L2_Cache | SysReg | Internal | L2CTLR_EL1 | ACE |
| 3 | GIC_CPU_IF | 0x0000_0000 | 64KB | ICC_IAR1_EL1 | AXI4 |
| 4 | ETMv4 | 0x0004_0000 | 4KB | TRCPRGCTLR | APB3 |
| 5 | DSU_AE | 0x0008_0000 | 64KB | CLUSTERPWRCTLR | ACE-Lite |
| 6 | DSU_CHI | §4.2 | 64KB | CLUSTERPWRCTLR | CHI |
| 6 | Exec_Pipe | N/A | — | — | — |
| 7 | IFU | N/A | — | — | — |
| 8 | LSU | N/A | — | — | — |
Relation type prompt와 entity가 마킹된 문장을 모델에 입력하여, entity pair 간 가장 적합한 relation을 예측합니다.
Link Prediction에서 추출된 relation triple들을 순차적으로 합쳐 Knowledge Graph를 구성합니다. 동일 entity는 자동 병합되며, 충돌하는 relation은 탐지됩니다.
Knowledge Graph 구축 중 감지된 relation 충돌을 confidence score 기반 분석과 LLM 추천으로 해결합니다.
구성된 Knowledge Graph를 활용한 충돌 탐지, QA 등. (구현 예정)