|
CIRCT 22.0.0git
|
Test the CoordTranslator module using message translation. More...

Public Attributes | |
| uint32_t | y |
| uint32_t | x |
Test the CoordTranslator module using message translation.
This version uses the list translation support where the message format is: Argument: { x_translation, y_translation, coords_length, coords[] } Result: { coords_length, coords[] } Each coord is a struct { x, y }. Coordinate struct for CoordTranslator. SV ordering means y comes before x in memory.
Definition at line 1575 of file esitester.cpp.
| uint32_t Coord::x |
Definition at line 1577 of file esitester.cpp.
Referenced by coordTranslateTest().
| uint32_t Coord::y |
Definition at line 1576 of file esitester.cpp.
Referenced by coordTranslateTest().