Coder Social home page Coder Social logo

Comments (5)

abdullahyildiz avatar abdullahyildiz commented on July 21, 2024

By the way,

I compiled spike with

--with-isa=RV64IMAFD

option and

removed RV32C and RV64C values in setting/riscv_core_setting.sv:

https://github.com/google/riscv-dv/blob/cfd95c9e9649ef110032b4ee4a6016abc69d08e4/setting/riscv_core_setting.sv#L33

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

Thanks for reporting, this is now fixed, please let me know if there's any issue.

from riscv-dv.

abdullahyildiz avatar abdullahyildiz commented on July 21, 2024

@taoliug,

I get another problem (commit id: 8726466). I modified two lines in two files (run.py and testlist.yaml) to fix it:

diff --git a/run.py b/run.py
index 354a136..ae2ab05 100644
--- a/run.py
+++ b/run.py
@@ -219,7 +219,7 @@ def gen(test_list, csr_file, end_signature_addr, isa, simulator,
             if "gen_opts" in test:
               cmd += test['gen_opts']
             if not re.search("c", isa):
-              cmd += "+disable_comparessed_instr=1";
+              cmd += "+disable_compressed_instr=1";
             if lsf_cmd:
               cmd_list.append(cmd)
             else:
diff --git a/yaml/testlist.yaml b/yaml/testlist.yaml
index da4e331..a11eb62 100644
--- a/yaml/testlist.yaml
+++ b/yaml/testlist.yaml
@@ -38,7 +38,7 @@
     +no_fence=1
     +no_data_page=1
     +no_branch_jump=1
-    +boot_mode=m
+    +boot_mode=m \
   iterations: 2
   gen_test: riscv_instr_base_test
   rtl_test: core_base_test

Could you please check?

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

I fixed the first one you mentioned, but I don't know what the problem with the 2nd change you made.

from riscv-dv.

abdullahyildiz avatar abdullahyildiz commented on July 21, 2024

I made the second change because the string

"+disable_compressed_instr=1"

was not being appended as an option to vcs_simv executable without adding a line continuation character ().

from riscv-dv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.