Dear
I have some questions about installing NANDFlashSim.
When I
type "./NANDFlashSim --envini sample_env.ini -devini sample_dev.ini", it
will be wrong and show "ERROR: the setting of 'Time.tADL' parameter
must be needed."
However, when I start to trace code, I find that the formats in
sample_env.ini and
ParamManager.h are different, and so are
sample_dev.ini and
ParamManager.h.
For instance,
when I see sample_
env.ini, I find that the format is
[TIME]
tADL=70
tALH=5
...
however, in ParamManager.h, I find that the format is
typedef enum {
IRV_SNOOP_NAND_PLANE_READ,
...
INI_ENV_MAX
} INI_ENV_VALUE;
It confuses me.
Will it be the problem that I cannot install NANDFlashSim?
Thanks for your answer in advance.