kaccov
Newbie
Hi everyone,
To initiate memory i use "$readmemh("rom_values.mem", rom);" in my verilog code.
But seems like, cadence cannot determine this .mem file.
The error i get => xrun: *E,FMUK: The type of the file (/rom_values.mem) could not be determined.
This is how i read .mem file => xrun -access rwc -gui -timescale 1us/1ns /rom_values.mem
How can i resolve this issue.
To initiate memory i use "$readmemh("rom_values.mem", rom);" in my verilog code.
But seems like, cadence cannot determine this .mem file.
The error i get => xrun: *E,FMUK: The type of the file (/rom_values.mem) could not be determined.
This is how i read .mem file => xrun -access rwc -gui -timescale 1us/1ns /rom_values.mem
How can i resolve this issue.