summaryrefslogtreecommitdiffhomepage
path: root/templates/fabric.html
blob: b97eaec7b91f25172b169211f46bf107b3a81b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 %}	

Highly Recommended Verilog Books