electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

what is one hot,zero one hot,zero one cold ?


Post new topic  Reply to topic    EDAboard.com Forum Index -> ASIC Design Methodologies & Tools (Digital) -> what is one hot,zero one hot,zero one cold ?
Author Message
abhineet22



Joined: 25 Jan 2005
Posts: 109


Post26 May 2005 19:41   

zero one hot


what is one hot,zero one hot,zero one cold assignment?and what r the applications.
Back to top
Google
AdSense
Google Adsense




Post26 May 2005 19:41   

Ads




Back to top
leeenghan



Joined: 28 Dec 2004
Posts: 125
Helped: 7


Post27 May 2005 2:48   

zero-one-hot


Hi,

This is related to how the states are represented in state machine. That says there are only 5 possible states. One way is to represent this by 5 registers. In this case only 1 register will be 1 (one hot) or 0 (one cold). This way of representing states is good for:
- easier to code (in rtl)
- easy to decode the state (compare to say using 3 bit where 000 is state 1, 001 is state 2 etc)
- 2 transistons in the state register only when state change

Disadvantage is more register is needed compare to binary coding.

Regards,
Eng Han
Back to top
jas_bakshi



Joined: 13 May 2005
Posts: 21
Helped: 1


Post27 May 2005 16:07   

hot zero


hi

one hot is :
0001
0010
0100
1000

zero one hot :
0000
0001
0010
0100

zero one cold :
1111
1110
1101
1011
0111

these encoding styles use as many number of F/F's as many states we are using which is there main drawback.
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> ASIC Design Methodologies & Tools (Digital) -> what is one hot,zero one hot,zero one cold ?
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
One hot encoding (7)
One Hot Encoding (2)
One hot encoding (6)
Is this kind of code is one-hot coding style (4)
How to avoid illegal state with one-hot encoding? (4)
"one-hot" and "zero_one-hot" (3)
How can i make one standard cell delay zero in my design (4)
How "One - Hot" encoding make data path short. (3)
Gray code, binary code, one hot coding (13)
Suggestion needed - atmel ic ( one uart and one usb option) (3)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS