Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Aritra17

  1. Aritra17

    [SOLVED] Why do we need a component in VHDL (why having entity and architecture is not enough?

    you need to define the component just to give the ports of the particular module you will be using in that program. the smaller blocks grow up into bigger blocks you need to define the ports of the smaller blocks for the bigger block similarly like netlist in tanner eda software
  2. Aritra17

    full adder vhdl program using for loop only

    sum of full adder needs a xor gate not a and gate and as far as i think your loop wont work that way
  3. Aritra17

    DAC and ADC architectures

    See i have worked upon flash adc i have worked in 10MHz range but i have worked in 3bit adc resolution, higher than that is difficult to perform using flash adc pipelined is a stack of flash adc its bulkier than flash and so is delta sigma i believe but it is true that the resolution in...
  4. Aritra17

    DAC and ADC architectures

    can't tell about DAC but there are many types of ADCs each and every one has its advantages and dis advantages it depends on you which type of adc will you be doing i can provide you flash adc architecture only...............i have worked on it
  5. Aritra17

    problem created in coding of 2bit and 3 bit flash

    a problem occurs when i code 2bit flash adc using the 3bit flash adc code the pattern of the output waveform changes completely but i can't find the difference between the two codes after all i have made the 2bit out of the 3bit by removing some coding lines that's it but the waveform pattern...
  6. Aritra17

    power consumed in an adc circuit using tanner tools

    when i create a 2bit flash adc using schematics in tanner tools its power comes as 70mw but when i create the same circuit using sub circuit in tanner tools netlist the power comes as 77mw why does the power increases using sub circuit??? any suggestions???
  7. Aritra17

    Need help with Comparator problem

    opamp can be used as a comparator as per circuit diagram i can't say about this particular ic but a comparator can definitely be used as a differential amplifier
  8. 68 1300797481

    68 1300797481

  9. work

    work

  10. Aritra17

    output pattern of 3 bit flash adc

    i have created a 3 bit flash adc in tanner eda software but so far from all the information i have got from net there's a contrast in the wave pattern i have managed to create both of the type but i don't know which one is correct and why i am giving both the waveform diagrams please check and...
  11. Aritra17

    [SOLVED] Model File for RF modelling in Tanner eda

    you are using tanner eda full version or demo version? if you are using demo version then you can only use 16 transistors not more than that
  12. Aritra17

    Port mapping is giving me hell

    no he hasn't mentioned the multiplexer32to8 code here he has just mentioned the component thanks vipinlal for the black box concept and hyro i would suggest you to code simply your code: AOut <= OutA_temp; BOut <= OutB_temp; COut <= OutC_temp; DOut <= OutD_temp; EOut <= OutE_temp; FOut <=...
  13. Aritra17

    [SOLVED] Model File for RF modelling in Tanner eda

    in tanner eda all types of schematics are possible using dual.md what type of rf modelling are you trying to do??? what are you trying to create???
  14. Aritra17

    3bit cmos encoder cicuit

    this is the encode circuit and this is my flash adc 3 bit output waveform please tell what should be the desired output
  15. Aritra17

    Port mapping is giving me hell

    your code does give a output but i don't think that is what you want if you are doing this coding in xilinx then try to correct the warnings your code has 56 warnings and by the way can anyone tell me what is a ' black box module' ?? your code warning shows all the port map connections as '...

Part and Inventory Search

Back
Top