| Author |
Message |
ankit12345
Joined: 27 Dec 2005 Posts: 299 Helped: 5 Location: bangalore,India
|
05 Feb 2008 11:55 What are conficuration registers? |
|
|
|
What are the types of dut registers?
How to verify them?
What types of test cases are possible on config registers?
Any paper on this topic?
(I know RAL)
|
|
| Back to top |
|
 |
jiangjh
Joined: 06 Feb 2008 Posts: 1
|
06 Feb 2008 1:41 What are conficuration registers? |
|
|
|
| Configuration registers are used to config the chip, such as working status of the chip. They are generally D-flip-flops with reset to a know state. The verification of the register has two part, verify reset/read/write config registers correctly or not. Second whether the config register doing the right thing or not.
|
|
| Back to top |
|
 |
shiv_emf
Joined: 31 Aug 2005 Posts: 638 Helped: 14
|
18 Feb 2008 20:07 What are conficuration registers? |
|
|
|
what are DUT registers?
is it Design under TEST?
|
|
| Back to top |
|
 |
zencool
Joined: 03 Mar 2008 Posts: 8
|
12 Mar 2008 15:34 Re: What are conficuration registers? |
|
|
|
| DUT registers are registers of your DUT ie your design under test....
|
|
| Back to top |
|
 |
Daniel M.E. Lee
Joined: 19 Mar 2008 Posts: 6
|
21 Mar 2008 9:40 Re: What are conficuration registers? |
|
|
|
| I think you should more explain your situation.
|
|
| Back to top |
|
 |
dechen
Joined: 25 Mar 2008 Posts: 18
|
08 Apr 2008 16:32 Re: What are conficuration registers? |
|
|
|
| Configuration register is to put your chip into the certain mode. Also you can set the clock mode etc
|
|
| Back to top |
|
 |
shobhitk
Joined: 29 Jun 2006 Posts: 51
|
25 Apr 2008 7:35 What are conficuration registers? |
|
|
|
Basically inside the chip we define some registers to do a particular task i.e. clock control . data control ,
any thing which is related with controling the chip
Configuration Register are those Registers which is inside your chip and each register is having a default value and fixed address . you can change that default value to desired value by writing to that perticular address. it will effect the funtinality of chip.
for checking the the configuration test ..... write maximum value , minimum value and mid value
if there are few registers then change bit by bit (from high to low ) value in ure test.
11111111
11111110
11111100
11111000
11110000
11100000
11000000
10000000
00000000
Shobhit Kapoor
|
|
| Back to top |
|
 |
nrkumarjan
Joined: 18 Apr 2007 Posts: 2
|
08 May 2008 9:00 Re: What are conficuration registers? |
|
|
|
Configuration registers are generally used to communicate with the IC in multiprocessor environment.
For example
Consider a DAC IC. To configure the DAC for a particular audio sapling rate like 32ksps or 24 ksps or 48ksps,there will be some registers in the DAC IC that are to be written .These registers are called Configuration registers.
|
|
| Back to top |
|
 |
amitgvlsijune06
Joined: 23 Mar 2007 Posts: 20
|
08 May 2008 10:14 What are conficuration registers? |
|
|
|
please specify how configuration register will be used for clock control?
what i understand is is some count value can be configured and can be used for clock division or so.
what are other scenarios.
|
|
| Back to top |
|
 |
nrkumarjan
Joined: 18 Apr 2007 Posts: 2
|
09 May 2008 11:34 Re: What are conficuration registers? |
|
|
|
Consider for example A PLL IC.
To configure PLL for a particular frequency,some setting has to be done in the configurations registers.This could be one situation where configure registers are used.
|
|
| Back to top |
|
 |