summaryrefslogtreecommitdiffhomepage
path: root/templates/fabric.html
diff options
context:
space:
mode:
authorPrivate Island Networks Inc <opensource@privateisland.tech>2026-03-03 15:56:53 -0500
committerPrivate Island Networks Inc <opensource@privateisland.tech>2026-03-03 15:56:53 -0500
commitab6ca080771b706a310ebfd8a4192841cdfef05c (patch)
treef9da21650402f17330d68bb7d6f86b031191ddb9 /templates/fabric.html
initial commit of experimental code base for PI Explorer (PI-EXP)HEADmain
Diffstat (limited to 'templates/fabric.html')
-rw-r--r--templates/fabric.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/fabric.html b/templates/fabric.html
new file mode 100644
index 0000000..b97eaec
--- /dev/null
+++ b/templates/fabric.html
@@ -0,0 +1,24 @@
+<!-- fabric.html,
+ -- Copyright (C) 2025 Private Island Networks Inc.
+-->
+{% extends "base.html" %}
+{% block content %}
+
+ <h2>Fabric {{ regs }}</h2>
+ <div class="mc-ss-main-panel">
+ <table class="mc-ss-table mc-table-striped">
+ <thead>
+ <tr>
+ <th class="mc-sortable" data-field="address">Address</th>
+ <th class="mc-sortable" data-field="register">Register</th>
+ <th class="mc-sortable" data-field="value">Value</th>
+ </tr>
+ </thead>
+ </table>
+ </div>
+
+
+ {% for key, value in regs.items() %} {{ key }}, {{ value }}<br>
+ {% endfor %}
+
+{% endblock %} \ No newline at end of file

Highly Recommended Verilog Books