.Modelica.Electrical.Digital.Interfaces.MemoryBase.getMemory

Information

Get Memory

Interface

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;

Generated at 2020-06-05T21:39:08Z by OpenModelica 1.16.0~dev-442-g2e5bc9f