Skip to content

Applications hang indefinitely on Verilator when size of data cache is different than 0 #121

@maheshejs

Description

@maheshejs

I'm running some applications with these configurations
make -f ../sim/Makefile ICACHE_SZ=16384 ICACHE_LINE_W=128 DCACHE_SZ=16384 DCACHE_LINE_W=128 CORE=cv32e40x TARGET_TECH=fpga VMEM_W=32 VREG_W=1024 VPORT_POLICY=many VPROC_CONFIG=compact
Verilator is running fine when DCACHE_SZ is set 0. However, it's hanging indefinitely when it is set to any other value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions