Updated User Documentation (markdown)
parent
67be29f236
commit
dd35bf7290
|
|
@ -147,7 +147,22 @@ Time Done: 497660 ns
|
|||
Average Rate: 47 ns/request
|
||||
|
||||
|
||||
Notice how the average rate increased to 47 ns/request. Random access requires occasional precharge and activate which takes time and thus prolong the time for every read or write access.
|
||||
Notice how the average rate increased to 47 ns/request. Random access requires occasional precharge and activate which takes time and thus prolong the time for every read or write access. At the very end of the report shows a summary:
|
||||
|
||||
> TEST CALIBRATION
|
||||
[-]: write_test_address_counter = 5000
|
||||
[-]: read_test_address_counter = 2000
|
||||
[-]: correct_read_data = 3499
|
||||
[-]: wrong_read_data = 0
|
||||
|
||||
> ------- SUMMARY -------
|
||||
Number of Writes = 4608
|
||||
Number of Reads = 4608
|
||||
Number of Success = 4604
|
||||
Number of Fails = 4
|
||||
Number of Injected Errors = 4
|
||||
|
||||
The summary under `TEST CALIBRATION` are the results from the **internal** read/write test as part of the internal calibration. These are the same counters on the waveform shown before where the `wrong_read_data` should be zero. Under `SUMMARY` is the report from the **external** read/write test where the top-level simulation file `ddr3_dimm_micron_sim.sv` sends read/write request to the DDR3 controller via the wishbone bus. Notice that the number of fails (4) matches the number of injected errors (4) which is only proper.
|
||||
|
||||
# Sample Projects
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in New Issue