Skip to content

Commit

Permalink
Update revisions
Browse files Browse the repository at this point in the history
Cores-VeeR-EL2 5d3e906c Merge pull request #118 from antmicro/mkurc/dma-tests
6d82e5ee Fixed rng seed for microarchitectural tests
db61bacf Added collection of microarchitectural test logs and waveforms and uploading them as artifacts
ab3cd73f Added DMA tests to GH actions CI
89305b9e Deduplicated code, isolated common sequence definitions
c0a76e98 Added external=True to run() in noxfile.py
e1c88c27 Fixed incorrect address range checking in scoreboards
42603917 Increased wait time for AXI response
e29316c0 Added nox session for DMA tests
5077c870 Python code linting and formatting
17f02bea Added tests for the debugging interface, isolated some shared code
e750ae16 Added a test for ECC error handling
507a697d Added address decoding error test
2233c999 Fixed address alignment
7d2ed758 Fixed the monitor for the memory bus
28ad6a8c Support for overlapped AXI read transactions, read test for the DMA
b6f57403 Support for overlapped AXI write transactions to excercise DMA FIFO
bd7a955a Added independent ICCM and DCCM busy assertion.
fce0d112 Complete write test for ICCM and DCCM write through the DMA port
84b90bb1 Initial implementation of AXI4 Lite BFM and monitor
60633a1c Initial DMA module test for its state after reset
6cf2aa72 Merge pull request #116 from antmicro/mkurc/pic-tests
de87df8c Adjust GitHub actions CI for microarchitectural tests
0ae72aec Moved pic-gw to pic_gw
41d36129 PIC: implement tests
1f66dc36 PIC Gateway: implement tests
1071a973 Add PIC tests to noxfile
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent 3646ae9 commit 2699d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cores": [{"repository_name": "ibex", "repository_url": "https://github.com/lowRISC/ibex", "repository_branch": "master", "repository_revision": "dccad9e6a39b196261e1ba4586eb8a1711783fed"}, {"repository_name": "Cores-VeeR-EL2", "repository_url": "https://github.com/chipsalliance/Cores-VeeR-EL2", "repository_branch": "main", "repository_revision": "c2f37c0d0dfc871245a78ba447887907de0bcbb7"}, {"repository_name": "caliptra-rtl", "repository_url": "https://github.com/chipsalliance/caliptra-rtl", "repository_branch": "main", "repository_revision": "440a21d2ce0173139273cf7261a66f490bc630f6"}]}
{"cores": [{"repository_name": "ibex", "repository_url": "https://github.com/lowRISC/ibex", "repository_branch": "master", "repository_revision": "dccad9e6a39b196261e1ba4586eb8a1711783fed"}, {"repository_name": "Cores-VeeR-EL2", "repository_url": "https://github.com/chipsalliance/Cores-VeeR-EL2", "repository_branch": "main", "repository_revision": "5d3e906cc6aa0e7801a4fd61ec4fc033fd3f06a1"}, {"repository_name": "caliptra-rtl", "repository_url": "https://github.com/chipsalliance/caliptra-rtl", "repository_branch": "main", "repository_revision": "440a21d2ce0173139273cf7261a66f490bc630f6"}]}

0 comments on commit 2699d3e

Please sign in to comment.