From ab6ca080771b706a310ebfd8a4192841cdfef05c Mon Sep 17 00:00:00 2001 From: Private Island Networks Inc Date: Tue, 3 Mar 2026 15:56:53 -0500 Subject: initial commit of experimental code base for PI Explorer (PI-EXP) --- templates/lmmi.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/lmmi.html (limited to 'templates/lmmi.html') diff --git a/templates/lmmi.html b/templates/lmmi.html new file mode 100644 index 0000000..eab3ca4 --- /dev/null +++ b/templates/lmmi.html @@ -0,0 +1,43 @@ + +{% extends "base.html" %} {% block content %} + +

SGMII_CDR 0 Registers

+
+ + + + + + + + + + + + {% for key, value in regs0.items() %} + + + + + + + + {% endfor %} + +
AddressRegisterDefaultValue reload
{{ key }}{{regs0[key][0]}}{{regs0[key][1]}}test +
+ editadmin +
+
+
+
+ +{% endblock %} -- cgit v1.2.3-8-gadcc