{
    "rtlDebugger.command": [
        "${workspaceFolder}/test/sim/tb_cxxrtl/tb",
        "--bin",
        "${workspaceFolder}/test/sim/hellow/tmp/hellow.bin",
        "--debug"
    ],
    "rtlDebugger.variableOptions": {
        "cpu i_haddr": {
            "radix": 16
        }
    },
    "rtlDebugger.watchList": [
        {
            "id": "cpu clk"
        },
        {
            "id": "cpu i_haddr"
        },
        {
            "id": "d_haddr"
        }
    ]
}
