torc-master
|
Abstract a location. More...
#include <location.hh>
Public Member Functions | |
location () | |
Construct a location. More... | |
void | initialize (std::string *fn) |
Initialization. More... | |
location () | |
Construct a location. More... | |
void | initialize (std::string *fn) |
Initialization. More... | |
Line and Column related manipulators | |
void | step () |
Reset initial location to final location. More... | |
void | columns (unsigned int count=1) |
Extend the current location to the COUNT next columns. More... | |
void | lines (unsigned int count=1) |
Extend the current location to the COUNT next lines. More... | |
void | step () |
Reset initial location to final location. More... | |
void | columns (unsigned int count=1) |
Extend the current location to the COUNT next columns. More... | |
void | lines (unsigned int count=1) |
Extend the current location to the COUNT next lines. More... | |
Data Fields | |
position | begin |
Beginning of the located region. More... | |
position | end |
End of the located region. More... | |
Abstract a location.
Definition at line 51 of file bitstream/assembler/lut/location.hh.
|
inline |
Construct a location.
Definition at line 56 of file bitstream/assembler/lut/location.hh.
|
inline |
Construct a location.
Definition at line 56 of file physical/xdl/location.hh.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 79 of file bitstream/assembler/lut/location.hh.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 79 of file physical/xdl/location.hh.
|
inline |
Initialization.
Definition at line 63 of file physical/xdl/location.hh.
|
inline |
Initialization.
Definition at line 63 of file bitstream/assembler/lut/location.hh.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 85 of file bitstream/assembler/lut/location.hh.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 85 of file physical/xdl/location.hh.
|
inline |
Reset initial location to final location.
Definition at line 73 of file physical/xdl/location.hh.
|
inline |
Reset initial location to final location.
Definition at line 73 of file bitstream/assembler/lut/location.hh.
position torc::location::begin |
Beginning of the located region.
Definition at line 94 of file bitstream/assembler/lut/location.hh.
position torc::location::end |
End of the located region.
Definition at line 96 of file bitstream/assembler/lut/location.hh.