summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPrivate Island Networks <opensource@privateisland.tech>2026-03-26 13:35:31 -0400
committerPrivate Island Networks <opensource@privateisland.tech>2026-03-26 13:35:31 -0400
commit18f975563c763d547578d848a220e37ea39724f0 (patch)
tree535a1209e9d9fac04b728e24357dfda22998da8c
parent9d735b38c8f96b4d17d446826ce5d6fd572a6095 (diff)
snapshot
-rwxr-xr-xconstants.py2
-rw-r--r--static/js/ss.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index e83a2fb..a277507 100755
--- a/constants.py
+++ b/constants.py
@@ -104,7 +104,7 @@ MSG_TYPE_MAP = {MSG_TYPE_NULL:"NULL",
BETSY_ADDR_MAP = {
"0000": "FW_VER",
- "0002": "FW_INC",
+ "0004": "FW_INC",
"0010": "FPGA_TEMP",
"0100": "PHY0_STATUS",
"0104": "PHY1_STATUS",
diff --git a/static/js/ss.js b/static/js/ss.js
index 6f0310f..f13a38c 100644
--- a/static/js/ss.js
+++ b/static/js/ss.js
@@ -47,7 +47,7 @@ function SpreadSheet(selector) {
resp = JSON.parse(resp);
let values = resp.values;
console.log(resp.values);
- cols=$$(".mc-values");
+ let cols=$$(".mc-values");
for (let i = 0; i < 16; i++) {
cols[i].textContent = "0x" + values[i].toString(16);
}

Highly Recommended Verilog Books