Skip to content

Commit

Permalink
fixed a task description
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Nov 2, 2024
1 parent 9d42867 commit 59d8384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"severity": 1,
"message": 3,
"file": 4,
"line": 5
"line": 5
}
},
"dependsOn":["Clean_sim_build"]
Expand Down Expand Up @@ -102,7 +102,7 @@
"windows":{
"command": "docker run -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r"
},
"detail": "Run Testbench",
"detail": "clean up testbench outputs",
"presentation": {
"echo": true,
"reveal": "always",
Expand Down

0 comments on commit 59d8384

Please sign in to comment.