Small fix regarding use of salias before initbus prototype

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1050 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent 3e6feb7b0f
commit 4b67970ccb

@ -1,7 +1,7 @@
2008-02-18 Kolja Waschk <kawk>
* doc/UrJTAG.txt: How to use initbus (and ejtag/prototype bus driver)
and some other smaller updates in the "commands" section
and some other smaller updates in the "commands" section.
2008-02-17 Arnim Laeuger <arniml@users.sourceforge.net>

@ -709,8 +709,8 @@ access the bus:
The "prototype" bus driver yet cannot deal with systems where address and data
bus are multiplexed on the same pins. If signals aren't numbered in the right
order or with gaps, you may get along by defining proper names for the actual
signals, with commands like "salias BSCGX44 ADDR12".
order or with gaps, you may get along by defining proper names as aliases for
the actual signals, with commands like "salias ADDR12 BSCGX44".
Most drivers work "via BSR", i.e. they directly access the pins of the device.
Because it isn't possible to efficiently address only particular pins but only

Loading…
Cancel
Save