Jump to content
  • 0

how to find the clock cycles using microblaze


junaidahmad_k@yahoo.com

Question

hi every one 
i m beginner on micro blaze
i just want to know how much these instruction use the clock cycles
variable s0 would be mapped to a register (in register file) x5, and s1 to x6;
        the assembly code would be 
                                
                              load s0 from memory to register file (how much clock cycle it takes )
                              load s1 from memory to register file (how much clock cycle it takes ) 
                              do the logical AND (how much clock cycle it takes)
                             address calculation and store instruction (how much clock cycle it takes) 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi @junaidahmad_k@yahoo.com,

Here is the MicroBlaze Processor Reference Guide that should have the clock cycle information you are looking for.  Here is a forum thread that discusses clock cycles for Microblaze on the Arty board. I believe it also depends on how you set the processor up I.E. Performance Optimized MicroBlaze with Branch Optimizations or Frequency Optimized MicroBlaze with Branch Optimization as described here

cheers,

Jon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...