Skip to content

Commit 4085e7a

Browse files
Use PeakRDL-Cocotb from Github
1 parent 797afc5 commit 4085e7a

File tree

7 files changed

+3
-256
lines changed

7 files changed

+3
-256
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git+https://github.com/antmicro/testplanner.git
1616
-e ${I3C_ROOT_DIR}/tools/nox_utils
1717
-e ${I3C_ROOT_DIR}/tools/cocotb_helpers
1818
-e ${I3C_ROOT_DIR}/tools/vcd2pulseview
19-
${I3C_ROOT_DIR}/tools/peakrdl_cocotb
19+
git+https://github.com/antmicro/peakrdl-cocotb.git
2020
colorama==0.4.6
2121
colorlog==6.8.2
2222
comm==0.2.2

tools/peakrdl_cocotb/pyproject.toml

Lines changed: 0 additions & 43 deletions
This file was deleted.

tools/peakrdl_cocotb/src/peakrdl_cocotb/__init__.py

Whitespace-only changes.

tools/peakrdl_cocotb/src/peakrdl_cocotb/__peakrdl__.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

tools/peakrdl_cocotb/src/peakrdl_cocotb/cocotb_scanner.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

tools/peakrdl_cocotb/src/peakrdl_cocotb/exporter.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

verification/cocotb/common/reg_map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2786,5 +2786,6 @@
27862786
"hwclr": 0
27872787
}
27882788
}
2789-
}
2789+
},
2790+
"start_addr": 0
27902791
})

0 commit comments

Comments
 (0)