Skip to content
Snippets Groups Projects
Commit 8f02db36 authored by dwf1m12's avatar dwf1m12
Browse files

fixed damaged index on debug port connection mapping

parent 234233bf
No related branches found
No related tags found
No related merge requests found
......@@ -696,7 +696,7 @@ nanosoc_ft1248x1_track
//Tristate logic for GPIO connection
bufif1 (P0[7], debug_running, debug_test_en);
bufif1 (P0[6], debug_err, debug_test_en);
bufif1 (debug_command[5], P0[3], debug_test_en);
bufif1 (debug_command[5], P0[5], debug_test_en);
bufif1 (debug_command[4], P0[4], debug_test_en);
bufif1 (debug_command[3], P0[3], debug_test_en);
bufif1 (debug_command[2], P0[2], debug_test_en);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment