The attached patch contains multiple contributions:
- Feature:
- allow additional data to be appended to bitfile for
programming platform flashes (PROMs)
- usage() documentation extended
- Code Structure:
- stronger encapsulation in iobase and subclasses
- error flagging in io device replaced by exception
throwing
- auto_ptr instead of two redundant...