Hi,
I am working on MSIE both with RTL files and gate-level files.
Creating a primary snapshot and elaborating with my testbench in a simulation with RTL filelist works well,
but there are some errors coming up from a simulation with GATE-LEVEL filelist.
xmelab: *W,DLWNEW: Intermediate file module worklib.
is newer than expected by primary snapshot worklib.S:sv (PRM)
actual: Mon Apr 10 18:17:28 2023
expected: Mon Apr 10 13:19:22 2023.
xmelab: *W,MXWARN: Reached maximum warning limit for 'DLWNEW'(1000).
.................... Done
Caching library 'MEM_1' ....... Done
Caching library 'worklib' ....... Done
Elaborating the design hierarchy (incremental partition):
xrun: *E,ELBERR: Error during elaboration (status 255), exiting.
I would be appreciated if anyone gives ideas to solve this problem.
Thank you