Skip to content

Commit

Permalink
#374 update oil file
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanManuelCruz committed Jan 22, 2016
1 parent abda71d commit 3cb89ec
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/hisio_example/etc/edu-ciaa-nxp.oil
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,26 @@ DIL DIL {
DIRECTION = IO_INPUT;
INVERTED = FALSE;
}
PORT BUS0 {
PORT = 0;
SIZE = IO_PORT_SIZE_8;
MASK = FFFFFFFF;
DIRECTION = IO_INPUT;
INVERTED = TRUE;
}
PORT BUS1 {
PORT = 1;
SIZE = IO_PORT_SIZE_16;
MASK = 55555555;
DIRECTION = IO_OUTPUT_INIT_LOW;
INVERTED = FALSE;
}
PORT BUS2 {
PORT = 2;
SIZE = IO_PORT_SIZE_32;
MASK = AAAAAAAA;
DIRECTION = IO_OUTPUT_INIT_HIGH;
INVERTED = FALSE;
}
}
};

0 comments on commit 3cb89ec

Please sign in to comment.