|
OpenASIP 2.2
|
#include <string>#include <iostream>#include <cmath>#include "MifImageWriter.hh"#include "BitVector.hh"
Go to the source code of this file.
Variables | |
| const string | COMMENT = "-- Memory initialization file" |
| const string | WIDTH = "WIDTH = " |
| const string | DEPTH = "DEPTH = " |
| const string | A_RADIX = "ADDRESS_RADIX = DEC;" |
| const string | D_RADIX = "DATA_RADIX = BIN;" |
| const string | BEGIN = "CONTENT BEGIN" |
| const string | END = "END;" |
| const string | INDENT = " " |
| const string A_RADIX = "ADDRESS_RADIX = DEC;" |
Definition at line 23 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().
| const string BEGIN = "CONTENT BEGIN" |
Definition at line 25 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().
| const string COMMENT = "-- Memory initialization file" |
Definition at line 20 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().
| const string D_RADIX = "DATA_RADIX = BIN;" |
Definition at line 24 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().
| const string DEPTH = "DEPTH = " |
Definition at line 22 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().
| const string END = "END;" |
Definition at line 26 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeImage().
| const string INDENT = " " |
Definition at line 27 of file MifImageWriter.cc.
| const string WIDTH = "WIDTH = " |
Definition at line 21 of file MifImageWriter.cc.
Referenced by MifImageWriter::writeHeader().