This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

c51 :the CPU Timing of simulator

the origin 8051 is 12 clock cycles a machine cycles.

but my mcu is slilab.

most instructions execute in the same number of clock cycles as there are program bytes in the instruction

the design of the simulator conseider this ?

i think not.

Parents
  • "My question is to ask for instruction execute cycle is to follow the hardware setting"

    No, the Keil simulator is not a "real-time" simulator.

    If you need a "real-time" simulator, then you will need to buy one from somewhere else - and it will probably be significantly more expensive!

    A cheaper alternative may be to use a chip with on-board debug; so that you don't simulate at all - you run in the actual target!

Reply
  • "My question is to ask for instruction execute cycle is to follow the hardware setting"

    No, the Keil simulator is not a "real-time" simulator.

    If you need a "real-time" simulator, then you will need to buy one from somewhere else - and it will probably be significantly more expensive!

    A cheaper alternative may be to use a chip with on-board debug; so that you don't simulate at all - you run in the actual target!

Children