hyperion009

Results 12 issues of hyperion009

Hi when the flow was compiling the RTL files, the following issue popped up: ![1668577295854](https://user-images.githubusercontent.com/30075118/202093380-d97cec6b-6330-4fe5-a826-12d71ad993b2.png) It seems that there is no module tc_clk_gating after grepping the whole tree. my compilied...

Type:Question

Hi I used the RTL code of ibex-pulpissimo-v6.1.1 and kicked off the following test case: make TEST=riscv_arithmetic_basic_test ISS=spike ISA=rv32imc SEED=123 log: ![1669889903408](https://user-images.githubusercontent.com/30075118/205027434-5540dcd5-50d9-4a8b-bc14-83e7f99ba1be.png) out/seed-123/regr.log: ![1669888493790](https://user-images.githubusercontent.com/30075118/205022610-b9968541-092e-4779-9533-2fc2c0ffc979.png) Could you give me any suggestions?...

Type:Question

Hi I am using https://github.com/lowRISC/lowrisc-toolchains/releases/download/20220524-1/lowrisc-toolchain-gcc-rv32imcb-20220524-1.tar.xz as my toolchain to compile riscv code and got the errors like: ![1668590527178](https://user-images.githubusercontent.com/30075118/202140813-4cc3a184-f663-4cb9-b259-38bab98b0bd2.png) these issues are caused by a lack of support for bitmanip? a...

Type:Question

Hi for debug tests like riscv_debug_basic_test, only rtl_sim will entry to execute the debug_rom code due to debug_req_i. and spike will not do that because no debug signal force it...

Hi My riscv core is used in a kind of specific suitation. The program's address linked by ld is to be at 0x0. However, I got following error messages: Access...

Hi it's a first time for me to run a riscv-arch-test. I am using the sail as a reference and find there are e7d4b281 & bf5ca309 at the begin and...

XLEN's default setting is 64. Where to set supported_xlen to 64? I got thi following issue: ERROR | riscv32-unknown-elf-objdump: executable not found. Please check environment setup I am intended to...

Hi the command "riscof setup --dutname=xxxx" are used to generate the neccesary env files. So, do I have a chance to set some arguments like xlen(default is 32) and ISA...

Hi It seems that the "no_load_stroe" option is not passed into member function gen_instr () like ```main_program[hart].gen_instr(.is_main_program(1), .no_branch(cfg.no_branch_jump));``` ``` seq.gen_instr(.is_main_program(0), .no_branch(cfg.no_branch_jump));``` ```sub_program[i].gen_instr(.is_main_program(0), .no_branch(cfg.no_branch_jump));``` which its' default is no_load_store =1 ,So,...

Hi I am adopting an axi slave as a memory in our environment, but it didn't exist and was hanging when test cases finished.