I am validating the RTL of ARM Cortex A7.
while running the command "make all" (it performs both capture and replay) it giving error - armasm : command not found
Guide me on this how can I fix this issue
Thanks
Regards
Manjunath
Since at the time of Cortex-A7 was developed, the arm compiler tool is still RVCT 4.x or RVCT 5.x.
Of cause you Arm compiler could be used, but might need some porting work, since the makefile of the testbench would be different, and arm compiler 6 is based on armclang, arm RVCT 4.x and 5.x is arm independent compiler, so there will some difference including compiler options.