Change test program to use correct args

Seems to work, when you run the test program it resets the card and
sends the voltage and test pattern, and it does receive a response from
the card.
This commit is contained in:
Byron Lathi
2023-01-12 21:45:13 -06:00
parent 98c07b59b4
commit 7682dffe3c
5 changed files with 172 additions and 156 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "la0",
"type": "la",
"uuid": "cb44f83ddf674d66b2dd550675cad77d",
"uuid": "0b8b4dbc24484e29a3931c7539b99820",
"trigin_en": false,
"trigout_en": false,
"auto_inserted": true,
@@ -11,26 +11,11 @@
"data_depth": 1024,
"input_pipeline": 1,
"probes": [
{
"name": "sd_data_OUT",
"width": 1,
"probe_type": 1
},
{
"name": "sd_cmd_IN",
"width": 1,
"probe_type": 1
},
{
"name": "sd_data_OE",
"width": 1,
"probe_type": 1
},
{
"name": "sd_data_IN",
"width": 1,
"probe_type": 1
},
{
"name": "sd_cmd_OE",
"width": 1,
@@ -41,10 +26,30 @@
"width": 1,
"probe_type": 1
},
{
"name": "sd_data_IN",
"width": 1,
"probe_type": 1
},
{
"name": "sd_data_OE",
"width": 1,
"probe_type": 1
},
{
"name": "sd_data_OUT",
"width": 1,
"probe_type": 1
},
{
"name": "w_sdcard_cs",
"width": 1,
"probe_type": 1
},
{
"name": "sd_clk",
"width": 1,
"probe_type": 1
}
]
}
@@ -177,17 +182,17 @@
},
{
"name": "la0_probe0",
"net": "sd_data_OUT",
"path": []
},
{
"name": "la0_probe1",
"net": "sd_cmd_IN",
"path": []
},
{
"name": "la0_probe1",
"net": "sd_cmd_OE",
"path": []
},
{
"name": "la0_probe2",
"net": "sd_data_OE",
"net": "sd_cmd_OUT",
"path": []
},
{
@@ -197,18 +202,23 @@
},
{
"name": "la0_probe4",
"net": "sd_cmd_OE",
"net": "sd_data_OE",
"path": []
},
{
"name": "la0_probe5",
"net": "sd_cmd_OUT",
"net": "sd_data_OUT",
"path": []
},
{
"name": "la0_probe6",
"net": "w_sdcard_cs",
"path": []
},
{
"name": "la0_probe7",
"net": "sd_clk",
"path": []
}
]
}
@@ -225,14 +235,6 @@
"data_depth": 1024,
"capture_control": false,
"selected_nets": [
{
"name": "sd_data_OUT",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_cmd_IN",
"width": 1,
@@ -241,22 +243,6 @@
"child": [],
"path": []
},
{
"name": "sd_data_OE",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_data_IN",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_cmd_OE",
"width": 1,
@@ -273,6 +259,30 @@
"child": [],
"path": []
},
{
"name": "sd_data_IN",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_data_OE",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_data_OUT",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "w_sdcard_cs",
"width": 1,
@@ -280,6 +290,14 @@
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
},
{
"name": "sd_clk",
"width": 1,
"clk_domain": "clk_2",
"selected_probe_type": "DATA AND TRIGGER",
"child": [],
"path": []
}
],
"top_module": "super6502",