Skip to content

Commit

Permalink
fix a couple of copy/paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Oct 11, 2023
1 parent ff6eaeb commit 4bb9e1f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion artix7/site_type_DNA_PORT.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pins": {
"DOUT": {
"dir": "OUTPUT",
"wire": "LOCKED"
"wire": "DOUT"
},
"CLK": {
"dir": "INPUT",
Expand Down
5 changes: 0 additions & 5 deletions artix7/site_type_EFUSE_USR.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
},
"pips": [],
"pins": {
"LOCKED": {
"primary": "LOCKED",
"wire": "LOCKED",
"dir": "OUTPUT"
},
"EFUSEUSR0": {
"primary": "EFUSEUSR0",
"wire": "EFUSEUSR0",
Expand Down
2 changes: 1 addition & 1 deletion kintex7/site_type_DNA_PORT.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pins": {
"DOUT": {
"dir": "OUTPUT",
"wire": "LOCKED"
"wire": "DOUT"
},
"CLK": {
"dir": "INPUT",
Expand Down
2 changes: 1 addition & 1 deletion spartan7/site_type_DNA_PORT.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pins": {
"DOUT": {
"dir": "OUTPUT",
"wire": "LOCKED"
"wire": "DOUT"
},
"CLK": {
"dir": "INPUT",
Expand Down
5 changes: 0 additions & 5 deletions spartan7/site_type_EFUSE_USR.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
},
"pips": [],
"pins": {
"LOCKED": {
"primary": "LOCKED",
"wire": "LOCKED",
"dir": "OUTPUT"
},
"EFUSEUSR0": {
"primary": "EFUSEUSR0",
"wire": "EFUSEUSR0",
Expand Down
2 changes: 1 addition & 1 deletion zynq7/site_type_DNA_PORT.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pins": {
"DOUT": {
"dir": "OUTPUT",
"wire": "LOCKED"
"wire": "DOUT"
},
"CLK": {
"dir": "INPUT",
Expand Down
5 changes: 0 additions & 5 deletions zynq7/site_type_EFUSE_USR.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
},
"pips": [],
"pins": {
"LOCKED": {
"primary": "LOCKED",
"wire": "LOCKED",
"dir": "OUTPUT"
},
"EFUSEUSR0": {
"primary": "EFUSEUSR0",
"wire": "EFUSEUSR0",
Expand Down

0 comments on commit 4bb9e1f

Please sign in to comment.