You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
I am using this repo [https://github.com/openhwgroup/core-v-mcu-uvm] and compiling according to the README file after completing all the pre-requisites mentioned in README. But while executing this command "mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc" in Simulation Section I have faced the following errors: (screenshot is attached below)
Encountered error while doing this. Resolved them by replacing get_edatools with edatool when I did import and then added edatool. before calling get_edatools in below given files.
Step 8:
The UVM libraries from Datum must first be installed: mio install uvmt_cvmcu_chip
Step 9:
To run compilation, elaboration and simulation for IP uvmt_cvmcu_chip, test reg_bit_bash, seed 1, high verbosity, with waveform capture enabled, using Metrics DSim Cloud simulator: mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc
During this encountered this error.
I resolved this one by logging into mdc using: mdc auth login
Then initializing mdc using: mdc initialize
Step 10:
Then I run this command for compilation, elaboration and simmulation for IP uvmt_cvmcu_chip, test reg_bit_bash, seed 1, high verbosity, with waveform capture enabled, using Metrics DSim Cloud simulator:
mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc
Log file (core-v-mcu-uvm/sim/cmp/uvmt_cvmcu_chip.mdc.log), which is created in this process, gives these errors
The text was updated successfully, but these errors were encountered:
Issue Title
Undefined macros and classes
Problem Description
I am using this repo [https://github.com/openhwgroup/core-v-mcu-uvm] and compiling according to the README file after completing all the pre-requisites mentioned in README. But while executing this command "mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc" in Simulation Section I have faced the following errors: (screenshot is attached below)
Here are the steps I followed:
Step 1:
git clone https://github.com/openhwgroup/core-v-mcu-uvm.git
Step 2:
Created a free Moore.io IP Marketplace user account
Step 3:
Installed the [Moore.io] using : pip3 install mio-cli
Step 4:
Checked whether mio-cli installed successfully using: mio --help
Encountered error while doing this. Resolved them by replacing get_edatools with edatool when I did import and then added edatool. before calling get_edatools in below given files.
Before:
After:
Before:
After:
After resolving these issues, I ran mio --help again.
Step 5:
Downloaded and install the latest version of [Metrics DSim Cloud]
using these given commands:
2./usr/local/bin/mdc --version
3.which mdc
Step 6:
Set an environment variable for the MDC installation location: export MIO_METRICS_HOME=/usr/local/bin
Step 7:
Getting the MCU RTL using: git submodule update --init
Step 8:
The UVM libraries from Datum must first be installed: mio install uvmt_cvmcu_chip
Step 9:
To run compilation, elaboration and simulation for IP uvmt_cvmcu_chip, test reg_bit_bash, seed 1, high verbosity, with waveform capture enabled, using Metrics DSim Cloud simulator: mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc
During this encountered this error.
I resolved this one by logging into mdc using: mdc auth login
Then initializing mdc using: mdc initialize
Step 10:
Then I run this command for compilation, elaboration and simmulation for IP uvmt_cvmcu_chip, test reg_bit_bash, seed 1, high verbosity, with waveform capture enabled, using Metrics DSim Cloud simulator:
mio sim uvmt_cvmcu_chip -t reg_bit_bash -s 1 -v high -w -a mdc
Log file (core-v-mcu-uvm/sim/cmp/uvmt_cvmcu_chip.mdc.log), which is created in this process, gives these errors
The text was updated successfully, but these errors were encountered: