openhwgroup / cv-hpdcache-verif

Verification environment for the OpenHW Group's CORE-V High Performance Data Cache controller.
Apache License 2.0
6 stars 2 forks source link

I #7

Closed khandelwaltanuj closed 2 weeks ago

khandelwaltanuj commented 2 weeks ago

Hello,

I am having an issue while I clone the testbench of hpdcache and try to do submodule update to get the RTL and DV utils.

Following is the error. git clone https://github.com/openhwgroup/cv-hpdcache-verif.git git submodule update --init --recursive Submodule 'modules/dv_utils' (https://github.com/openhwgroup/core-v-verif.git) registered for path 'modules/dv_utils' Submodule 'modules/hpdcache' (https://github.com/openhwgroup/cv-hpdcache.git) registered for path 'modules/hpdcache' Cloning into '/home/360.1.361-EPI/users/tk223379/cv-hpdcache-verif/modules/dv_utils'... Cloning into '/home/360.1.361-EPI/users/tk223379/cv-hpdcache-verif/modules/hpdcache'... fatal: remote error: upload-pack: not our ref d8cf12e97d04545a9b1d4f3995bfb7b2f58aa7be fatal: Fetched in submodule path 'modules/dv_utils', but it did not contain d8cf12e97d04545a9b1d4f3995bfb7b2f58aa7be. Direct fetching of that commit failed.

Can you please take a look at it ?

Regards Tanuj Khandelwal

khandelwaltanuj commented 2 weeks ago

Hi I am able to resolve this issue. I forgot to add "-remote" key word as explained in REAME and it works perfectly.

Sorry for bothering.

Regards Tanuj