summaryrefslogtreecommitdiffhomepage
path: root/templates/fabric.html
diff options
context:
space:
mode:
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