Lee Moore
Lee Moore
Hi mike i tried to run both of these in USE_ISS mode, but was unsuccessful. How do I make it run ? Thx Lee Sent from my iPhone > On...
@silabs-mateilga Having trouble reproducing your steps, this is what I did after setting my environment to run xcelium $ git clone https://github.com/openhwgroup/core-v-verif $ cd core-v-verif $ git checkout cv32e40x/dev $...
Now I get /home/moore/git/bugs/core-v-verif/mk/Common.mk:265: *** CV_SW_PREFIX not defined in either the shell environment, test.yaml or cfg.yaml. Stop. FYI, the variables I am setting are, please advise if this is incorrect...
Looks like I need the following export CV_SW_PREFIX=riscv32-corev-elf-
Next issue I am sure I have reported this before, I think the problem is the type of shell There is a 'for loop' construct used here which has a...
> do you think that this should run in a bash shell ? Can I ask what shell you folks are using, and on what host OS ?
I see the problem, I have constructed a small testcase This syntax does NOT work in a bourne (/bin/sh) shell, but does work in a bourne-again shell (/bin/bash) what you...
> This should run fine invoked from a bash shell on most linux-distributions. > > What kind of OS are you attempting to run this on @eroom1966? Ubuntu 18 the...
OK, the makefiles need to define the SHELL variable for the interpreter intended to be used, which it appears is /bin/bash
slow progress, getting a compilation error ``` /home/moore/riscv/corev-openhw-gcc-ubuntu1804-20200913/bin/riscv32-corev-elf-gcc -Os -g -static -mabi=ilp32 -march=rv32imc_zba1p00_zbb1p00_zbc1p00_zbs1p00 -Wall -pedantic -c /home/moore/git/bugs/core-v-verif/cv32e40x/bsp/crt0.S -o crt0.o Assembler messages: Fatal error: -march=rv32imc_zba1p0_zbb1p0_zbc1p0_zbs1p0: Invalid or unknown z ISA extension:...