Get Memory
function getMemory extends Modelica.Icons.Function; input String filename; input Integer n_addr "Addr width"; input Integer n_data "Data width"; output L m[integer(2 ^ n_addr), n_data] "Memory with data, lowest bit on left side"; output String data; output Integer bit; end getMemory;