java - Simplified MIPS CPU using high level programming languages -


i'm trying design of analyzer/simulator simplified mips cpu using high level programming language preferably java. considered mips cpu adopts cdc 6600 scoreboard scheme dynamically schedule instruction scheduling , using cache load , store instruction cache hit , cache miss. need start advice simulation.

should use event queue simulation? if how?

a simple risc processor can simulated executing 1 instruction @ time. true pipelined cpu.

since want model superscalar processor, several instructions in flight @ same time, event based simulator best way correctly model instruction completes when, , how in-flight instructions compete processor resources.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -