diff --git a/html/ports.js b/html/ports.js
index a8f0392..0a2fe2a 100644
--- a/html/ports.js
+++ b/html/ports.js
@@ -1,3 +1,6 @@
+const logToPhysPort = [0, 0, 0, 5, 1, 2, 3, 4, 6];
+const physToLogPort = [ 4, 5, 6, 7, 3, 8];
+
function drawPorts() {
var f = document.getElementById('ports');
console.log("DRAWING PORTS: ", numPorts);