Hello All,
My project uses an Actel fpga based Core51 implementation which is supported by the uVision system. Now the used memory is not fast enough to support this 12 Mhz 8051 implementation and appropriate wait cycles are used when accessing the different types of memory. The Core51 supports this by providing 'ack' signals for the different memory types. The question is now; how do I keep the timing of the uVision simulation working correctly. Is there a way to include these wait cycles in the simulated processor.
regards, Maarten
Does the simulator (for this part) not correctly count cycles when you program CKCON for the proper MOVX timing?
The Core51 implementation uses a CKCON clock stretch which is simulated correctly I assume. But these 'ack' signals provide an additional hardware level delay that allows further wait cycles to be inserted by the memory hardware circuitry. This also allows the Core51 implementation to delay program memory access cycles using such wait cycles. This is also where our design needs the delay since the program memory access time for the radiation resistant chip is 250 ns, which means 3-4 cycles of 12 MHz to access this.