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
Describe the bug
Xcelium reports an error when trying to run a simulation using the single-core configuration with Ibex.
I was using the default repo from the official Docker image (centos7-full).
Repo commit id: 0bb638f
To Reproduce
Steps to reproduce the behavior:
'make esp-xconfig'
'make soft'
'TEST_PROGRAM=./soft-build/ibex/systest.exe make xmsim'
Expected behavior
I hope the Xcelium simulation can run.
Screenshots
xmvhdl_p: *W,ASILDR (/home/espuser/esp/rtl/tiles/tile_io.vhd,688|32): illegal entity designator [5.1].
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/esp.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_acc.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_cpu.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_empty.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_io.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_mem.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_slm.vhd
xmvhdl -NOVITALCHECK -linedebug -v93 -nocopyright -work work /home/espuser/esp/rtl/tiles/asic/asic_tile_slm_ddr.vhd
haddr => this_slmddr_haddr,
|
xmvhdl_p: *E,UNMSBD (/home/espuser/esp/rtl/tiles/asic/asic_tile_slm_ddr.vhd,247|41): unmatched bounds in actual and formal subtypes in 93[2.1.1.2],[12.2.4].
hmask => this_slmddr_hmask,
|
xmvhdl_p: *E,UNMSBD (/home/espuser/esp/rtl/tiles/asic/asic_tile_slm_ddr.vhd,248|41): unmatched bounds in actual and formal subtypes in 93[2.1.1.2],[12.2.4].
make: *** [xcelium/xmready] Error 1
Desktop (please complete the following information):
OS: Official Docker image (centos7-full) on RHEL 8.6
The text was updated successfully, but these errors were encountered:
SaltedFishLZ
changed the title
Xcelium cannot simulate for single-core(Ibex) SoC
Xcelium cannot simulate for single-core(Ibex) SoC using the repo configuration from official Docker image
Apr 5, 2023
This Xcelium issue was fixed in the release a while ago. Are you working on the latest release of ESP? If not, execute a git pull followed by a git submodule update --init --recursive to get the latest updates. Also, note that we recently (2 weeks ago) updated the ESP docker images. So, if you pull those, they should have the latest versions of ESP already included.
Describe the bug
Xcelium reports an error when trying to run a simulation using the single-core configuration with Ibex.
I was using the default repo from the official Docker image (
centos7-full
).Repo commit id: 0bb638f
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I hope the Xcelium simulation can run.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: