We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e5628 + 930c61a commit 169b00dCopy full SHA for 169b00d
cv32e40p/sim/ExternalRepos.mk
@@ -14,9 +14,9 @@
14
export SHELL = /bin/bash
15
16
CV_CORE_REPO ?= https://github.com/openhwgroup/cv32e40p
17
-CV_CORE_BRANCH ?= dev
+CV_CORE_BRANCH ?= master
18
CV_CORE_HASH ?= head
19
-CV_CORE_TAG ?= none
+CV_CORE_TAG ?= cv32e40p_v1.8.3
20
21
# The CV_CORE_HASH above points to version of the RTL that is newer.
22
# It is logically equivalent with respect to v1.0.0 RTL freeze version with all parameters disabled.
0 commit comments