irisaru
Newbie level 6
- Joined
- May 25, 2013
- Messages
- 11
- Helped
- 0
- Reputation
- 0
- Reaction score
- 1
- Trophy points
- 1,281
- Activity points
- 1,366
Hi all,
I design 3bit idea DAC using verilogA to decode the signed binary to decimal.
My purpose is change:
100 -> 4
011 -> 3
010 -> 2
001 -> 1
000 -> 0
111 -> -1
110 -> -2
101 -> -1
I used modelwriter tools in Cadence Spectre to design DAC with parameter (max voltage = 4; min voltage = -3, threshold = 1). However, its result is wrong. I try to use logic gate with this DAC but it does not work too.
Could you please give me some advices or suggestions to solve this problem?
Thanks,
Irisaru
I design 3bit idea DAC using verilogA to decode the signed binary to decimal.
My purpose is change:
100 -> 4
011 -> 3
010 -> 2
001 -> 1
000 -> 0
111 -> -1
110 -> -2
101 -> -1
I used modelwriter tools in Cadence Spectre to design DAC with parameter (max voltage = 4; min voltage = -3, threshold = 1). However, its result is wrong. I try to use logic gate with this DAC but it does not work too.
Could you please give me some advices or suggestions to solve this problem?
Thanks,
Irisaru