~ruther/avr-shift-registers

432eae4a86fdbe1e12c0679267c28a944ceb8f1c — František Boháček 5 years ago ba2ec79
chore: add show gtkwave task
1 files changed, 11 insertions(+), 0 deletions(-)

M .vscode/tasks.json
M .vscode/tasks.json => .vscode/tasks.json +11 -0
@@ 25,6 25,17 @@
                "cwd": "${workspaceFolder}/simavr"
            },
            "group": "none"
        },
        {
            "label": "Show gtkwave",
            "type": "process",
            "command": "gtkwave",
            "args": ["simavr_shift_registers_trace.vcd"],
            "problemMatcher": [],
            "options": {
                "cwd": "${workspaceFolder}/simavr"
            },
            "group": "none"
        }
    ]
}
\ No newline at end of file