URL
https://opencores.org/ocsvn/openarty/openarty/trunk
Subversion Repositories openarty
[/] - Rev 19
Go to most recent revision | Changes | View Log | RSS feed
Last modification
- Rev 19 2016-08-13 22:12:55 GMT
- Author: dgisselq
- Log message:
- Creates an LED mask portion of writing to the LED's register. Only those
bits specified in the mask (bits [7:4]) will be adjusted in the LED
register on a write. Hence to set all on, set the LED register to 0x0ff,
all off, 0x0f0, or to set LED 0 to on while leaving the others unchanged,
set it to 0x011.