| Author |
Message |
gogogo
Joined: 22 Jan 2005 Posts: 43 Helped: 1
|
22 Feb 2005 8:11 bus holder |
|
|
|
|
who can tell me?
what is bus holder? and what is it used to do?
|
|
| Back to top |
|
 |
arunragavan
Joined: 01 Jul 2004 Posts: 487 Helped: 21 Location: India
|
22 Feb 2005 8:26 bus keeper |
|
|
|
|
We have a bus holder :
|\
i _____| \o______
| | / |
| |/ |
| /| |
|____o/ |____|
\ |
\|
a
Pin I should be model wize an inout, so vital needs tipd_i statement.
But in sysnopys we need to declare this as input because there is no function
associated with this pin. Plus there is no timing for this cell.
Actually, it is not true to say that there is no functionality
associated with the pin, although synopsys may think that there is
not.
The work arround we are using is to describe in synopsys the I pin as input,
to have a vhdl model for the cell not a vital model
|
|
| Back to top |
|
 |
nand_gates
Joined: 19 Jul 2004 Posts: 907 Helped: 120
|
22 Feb 2005 10:56 ergonomic bus holder |
|
|
|
|
1.Bus holder is a weak latch circuit which hold last value on a tri state bus. It looks
like two invertors connected back to back.
2. It is used to prevent CMOS gate inputs to get floating which may destroy the CMOS
gate itself!
For more info on this please refet to ASIC book by Smith.
| Code: |
|\
______| \o______
| | / |
| |/ |
| /| |
|____o/ |____|
\ |
\| |
|
|
| Back to top |
|
 |
Google AdSense

|
22 Feb 2005 10:56 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
gogogo
Joined: 22 Jan 2005 Posts: 43 Helped: 1
|
23 Feb 2005 9:51 bus-holder |
|
|
|
|
and can it reduce the power consumption of system?
why?
Added after 13 minutes:
which chaper of ASIC book by Smith introduce bus holder?
i can not find it!
|
|
| Back to top |
|
 |
gogogo
Joined: 22 Jan 2005 Posts: 43 Helped: 1
|
27 Feb 2005 13:20 tri state bus holder |
|
|
|
|
| o,,, i got it, bus holder---another name is bus keeper, asic book by smith just introduce it simply.
|
|
| Back to top |
|
 |
xiaolongbao
Joined: 22 Jan 2005 Posts: 16 Helped: 1
|
18 Mar 2005 6:23 bus holder circuit |
|
|
|
|
yes busholder or another name is bus keeper
is just to hold last step data of the memory.
<<asic book>> simply intruduce it
|
|
| Back to top |
|
 |