Skip to content

Commit 169b00d

Browse files
author
pascalgouedo
authored
Merge pull request #2499 from pascalgouedo/cv32e40p/dev_dd_pgo
Changed CV_CORE_TAG to final CV32E40P RTL tag.
2 parents 95e5628 + 930c61a commit 169b00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cv32e40p/sim/ExternalRepos.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
export SHELL = /bin/bash
1515

1616
CV_CORE_REPO ?= https://github.com/openhwgroup/cv32e40p
17-
CV_CORE_BRANCH ?= dev
17+
CV_CORE_BRANCH ?= master
1818
CV_CORE_HASH ?= head
19-
CV_CORE_TAG ?= none
19+
CV_CORE_TAG ?= cv32e40p_v1.8.3
2020

2121
# The CV_CORE_HASH above points to version of the RTL that is newer.
2222
# It is logically equivalent with respect to v1.0.0 RTL freeze version with all parameters disabled.

0 commit comments

Comments
 (0)