From 0f58f7d7ea61aa6ec2954bda3fb48eaf70fb26c2 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 1 Jan 2011 17:13:59 +0100 Subject: Add support for lockbit/fuse descriptions Signed-off-by: Michael Buesch --- README-DEVELOPERS.lyx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README-DEVELOPERS.lyx') diff --git a/README-DEVELOPERS.lyx b/README-DEVELOPERS.lyx index a2c62c3..0e5e2b5 100644 --- a/README-DEVELOPERS.lyx +++ b/README-DEVELOPERS.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.5 created this file. For more info see http://www.lyx.org/ +#LyX 1.6.7 created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -500,11 +500,11 @@ Chip \end_inset -derived class you need to register it. - This is done by calling RegisteredChip(): + This is done by defining a ChipDescription(): \end_layout \begin_layout LyX-Code -RegisteredChip(Chip_MyDevice, bitfile = +ChipDescription(Chip_MyDevice, bitfile = \begin_inset Quotes eld \end_inset @@ -524,11 +524,11 @@ myChipID \end_layout \begin_layout Standard -The class (_not_ an instance of it) is passed as first parameter. +The chip class (_not_ an instance of it) is passed as first parameter. The ID string of the required bitfile is past as second parameter. A chipID might also be passed. If the chipID is omitted, the bitfileID is used as chipID. - There are more optional parameters to RegisteredChip(). + There are more optional parameters to ChipDescription(). See the inline sourcecode documentation for details. \end_layout -- cgit v1.2.3