NI RRAM programming in Python
Install: jupyter and pylint
Install: nidaqmx, nidigital, numpy, (matplotlib, pandas, stats for analysis notebook)
- form_chip.py: FORM a chip
- program_chip.py: Program a bitstream to a chip
Make sure to specify the chip name in the arguments when running either script. Program chip also needs the bitstream file. Two examples can be found in bitstream/
and the script for generating more can also be found in the other repo.
< MSB.................LSB >
{wl_addr}|{wl_ext_sel}|{sl_addr[6:0]}|sl_ext_sel
Note that wl_ext_sel and sl_ext_sel need to be decoded programmatically to determine which wl_ext_[0:3] or bl_ext[0:1] should be high.