mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add physical/logical mapping of ports
This commit is contained in:
@@ -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() {
|
function drawPorts() {
|
||||||
var f = document.getElementById('ports');
|
var f = document.getElementById('ports');
|
||||||
console.log("DRAWING PORTS: ", numPorts);
|
console.log("DRAWING PORTS: ", numPorts);
|
||||||
|
|||||||
Reference in New Issue
Block a user