Journal Articles
Browse in : |
All
> Journals
> CVu
> 121
(30)
All > Journal Columns > LettersEditor (132) Any of these categories - All of these categories |
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Title: The Wall
Author: Administrator
Date: 08 January 2000 13:15:34 +00:00 or Sat, 08 January 2000 13:15:34 +00:00
Summary:
Body:
Dear Francis,
Further to my two articles about bit pattern techniques, those collecting them may be interested to know that you can use bit patterns for simulating faulty digital circuits. In the simulation of normal circuits, each wire can be 0 or 1, and the simulation of a gate might involve doing a logical AND, OR or NOT operation. If, instead, this operation is done in parallel on all the bits in a word, then a number of circuits can be simulated in parallel, and different faults can be introduced into each one. This has applications in discovering if a particular fault will show up in a test suite.
Also, the one-byte bit reversal function was wrong. Since only the bottom 8 bits of the return value are significant, it needs to be AND-ed with 0xFF. This was implied in the text but not explicitly stated.
Silas S. Brown
Notes:
More fields may be available via dynamicdata ..