Reading the Skywater130 raw data ================================= Google released `raw experimental data `__ for the SKY130 open source process technology. This data is stored in the MDM format which is ideal to show the application of DMTs data acquisition tools. A simple direct read of a single measurement to a :ref:`DataFrame` is shown in the test case `test_read_skywater_mdm `__ In this example, we will show how to read all devices in the measurement data into a :ref:`DMT.DutLib`. Also, it is shown how to access the data inside the library and finally how to document the measurement in LaTeX. The Skywater read in code ------------------------- .. literalinclude:: readin_dut_lib.py The generated files ------------------- .. figure:: /_static/readin_dut_lib/length_0_dot_50um_ID_wVG.png .. figure:: /_static/readin_dut_lib/length_0_dot_50um_ID_wVG_mismatch.png