문제

I'm trying to implement a caching algorithm. But I want to cache only the Instructions, and not the data fetched from the memory(obviously). So how do I know that the data on the bus is a Data data or an Instruction data? I tried looking at the HPROT and HTRANS signals, but couldn't get any clarity

도움이 되었습니까?

해결책

Figured it out HPROT[0] tells u if its a data or an opcode fetch

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top