From 2ad40946d107cbe1cc551290f6a02e97eaae6925 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 12 Jun 2025 19:53:46 +0000 Subject: [PATCH] update treetormt --- TreeToRMT.ipynb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TreeToRMT.ipynb b/TreeToRMT.ipynb index de31bd7..18fd704 100644 --- a/TreeToRMT.ipynb +++ b/TreeToRMT.ipynb @@ -274,6 +274,14 @@ "print(f\"RAM bits: {ram_bits}\")" ] }, + { + "cell_type": "markdown", + "id": "2504b1ba", + "metadata": {}, + "source": [ + "# Priority Aware Prefix Expansion" + ] + }, { "cell_type": "code", "execution_count": 9,