88 lines
3.2 KiB
HTML
88 lines
3.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>AERIS-10 Engineering Docs</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body>
|
|
<header class="topbar">
|
|
<div class="container nav">
|
|
<a class="brand" href="index.html">AERIS-10 Docs</a>
|
|
<nav>
|
|
<a href="architecture.html">Architecture</a>
|
|
<a href="implementation-log.html">Implementation Log</a>
|
|
<a href="bring-up.html">Bring-Up</a>
|
|
<a href="reports.html">Reports</a>
|
|
<a href="release-notes.html">Release Notes</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container page">
|
|
<section class="hero">
|
|
<p class="eyebrow">Open-Source Phased Array Radar</p>
|
|
<h1>Engineering Documentation Site</h1>
|
|
<p>This site tracks architecture, FPGA improvements, timing closure outcomes, and hardware bring-up readiness for AERIS-10.</p>
|
|
<div class="cta-row">
|
|
<a class="button" href="implementation-log.html">View Change Timeline</a>
|
|
<a class="button ghost" href="bring-up.html">Open Bring-Up Checklist</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="stats-grid">
|
|
<article class="card stat">
|
|
<h2>Build 13 Timing</h2>
|
|
<p class="metric">WNS +0.311 ns</p>
|
|
<p class="muted">TNS 0.000, WHS +0.060, THS 0.000</p>
|
|
</article>
|
|
<article class="card stat">
|
|
<h2>Regression Status</h2>
|
|
<p class="metric">13 / 13 Suites</p>
|
|
<p class="muted">Integration golden match: 2048 / 2048</p>
|
|
</article>
|
|
<article class="card stat">
|
|
<h2>Debug Instrumentation</h2>
|
|
<p class="metric">4 ILA Cores</p>
|
|
<p class="muted">92 probe bits, 4096 depth</p>
|
|
</article>
|
|
<article class="card stat">
|
|
<h2>Current Phase</h2>
|
|
<p class="metric">Hardware Bring-Up</p>
|
|
<p class="muted">TE0712/TE0713 split targets prepared</p>
|
|
</article>
|
|
</section>
|
|
|
|
<section class="grid-2">
|
|
<article class="card">
|
|
<h2>What changed recently</h2>
|
|
<ul>
|
|
<li>Closed timing on XC7A200T target and froze Build 13 candidate.</li>
|
|
<li>Added CDC waivers for 5 verified false positives.</li>
|
|
<li>Created resilient ILA insertion flow with post-synthesis net discovery.</li>
|
|
<li>Generated baseline and debug bitstreams for bring-up.</li>
|
|
<li>Added TE0712/TE0701 and TE0713/TE0701 split build targets.</li>
|
|
</ul>
|
|
</article>
|
|
<article class="card">
|
|
<h2>Documentation Map</h2>
|
|
<ul>
|
|
<li><a href="architecture.html">System and FPGA Architecture</a></li>
|
|
<li><a href="implementation-log.html">Detailed Engineering Change Log</a></li>
|
|
<li><a href="bring-up.html">Hardware Bring-Up Plan and Exit Criteria</a></li>
|
|
<li><a href="reports.html">Antenna/Python reports and generated artifacts</a></li>
|
|
<li><a href="release-notes.html">Release Notes by Key Commit</a></li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>AERIS-10 documentation published via GitHub Pages from <code>/docs</code>.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|