mirror of https://github.com/openXC7/prjxray.git
Fixing segdata file format description in docs.
Signed-off-by: Ben Reynwar <breynwar@isi.edu>
This commit is contained in:
parent
fdc0dea7c5
commit
3d5b29336f
|
|
@ -41,8 +41,8 @@ code::
|
||||||
bit 38_15
|
bit 38_15
|
||||||
bit 38_26
|
bit 38_26
|
||||||
|
|
||||||
where `seg <base_frame_address> <tile_offset>` indicates how to address the tile,
|
where `seg <base_frame_address>_<tile_offset>` indicates how to address the tile,
|
||||||
and `bit <frame_address_offset> <bit_position>` indicates the position of the bit
|
and `bit <frame_address_offset>_<bit_position>` indicates the position of the bit
|
||||||
within the tile.
|
within the tile.
|
||||||
|
|
||||||
base_frame_address:
|
base_frame_address:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue