Skip to content

Commit 308daae

Browse files
committed
fix vscode tasks and update version read timing TD
1 parent 4c5ee7d commit 308daae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"label": "Clean",
4242
"type": "shell",
4343
"linux":{
44-
"command": "docker run -rm -v $(pwd):/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf"
44+
"command": "docker run --rm -v $(pwd):/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf"
4545
},
4646
"windows":{
47-
"command": "docker run -rm -v ${pwd}:/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf"
47+
"command": "docker run --rm -v ${pwd}:/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf"
4848
},
4949
"detail": "Clean build folder",
5050
"presentation": {
@@ -72,10 +72,10 @@
7272
"label": "Run Testbench",
7373
"type": "shell",
7474
"linux":{
75-
"command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true"
75+
"command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true"
7676
},
7777
"windows":{
78-
"command": "docker run -rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true"
78+
"command": "docker run --rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true"
7979
},
8080
"detail": "Run Testbench",
8181
"presentation": {
@@ -97,10 +97,10 @@
9797
"hide": true,
9898
"type": "shell",
9999
"linux":{
100-
"command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r"
100+
"command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r"
101101
},
102102
"windows":{
103-
"command": "docker run -rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r"
103+
"command": "docker run --rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r"
104104
},
105105
"detail": "clean up testbench outputs",
106106
"presentation": {
@@ -116,10 +116,10 @@
116116
"label": "Kicad_Output",
117117
"type": "shell",
118118
"linux":{
119-
"command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd)/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start"
119+
"command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd)/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start"
120120
},
121121
"windows":{
122-
"command": "docker run -rm -v ${pwd}:/build -w /build/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start"
122+
"command": "docker run --rm -v ${pwd}:/build -w /build/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start"
123123
},
124124
"detail": "Generate Kicad Outputfiles",
125125
"presentation": {

Docs/TimingDiagrams/VERSION_read.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{
1717
"name": "DATA_O",
1818
"wave": "=..=....=...",
19-
"data": "0x0 0x2f245624 0x0"
19+
"data": "0x0 0x76392e39 0x0"
2020
},
2121
{
2222
"name": "R_W",
@@ -38,7 +38,7 @@
3838
{
3939
"name": "VERSION",
4040
"wave": "=...........",
41-
"data": "0x2f245624"
41+
"data": "0x76392e39"
4242
}
4343
],
4444
"head": {

0 commit comments

Comments
 (0)