mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Merge pull request #21 from ross144/main
Test merge request via github cli. Please accept.
This commit is contained in:
commit
b990c2b24f
@ -125,3 +125,10 @@ pip3 install riscof --ignore-installed PyYAML
|
|||||||
# Verilator
|
# Verilator
|
||||||
apt install -y verilator
|
apt install -y verilator
|
||||||
|
|
||||||
|
# install github cli (gh)
|
||||||
|
type -p curl >/dev/null || sudo apt install curl -y
|
||||||
|
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
|
||||||
|
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
|
||||||
|
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
|
||||||
|
&& sudo apt update \
|
||||||
|
&& sudo apt install gh -y
|
||||||
|
3
bugs.txt
3
bugs.txt
@ -1,2 +1,5 @@
|
|||||||
1. [X] Cache is suppressing d cache flush if there is a dtlb miss.
|
1. [X] Cache is suppressing d cache flush if there is a dtlb miss.
|
||||||
1. Fixed by disabling mmu's address translation on flush.
|
1. Fixed by disabling mmu's address translation on flush.
|
||||||
|
|
||||||
|
|
||||||
|
2. Test commit.
|
||||||
|
Loading…
Reference in New Issue
Block a user