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 bajahaya

  1. B

    What are the three universal gates?

    universal gates Folks, A universal gate is a gate which can implement any Boolean function without need to use any other gate type. So,the NAND and NOR gates are universal gates. In practice, this is advantageous since NAND and NOR gates are economical and easier to fabricate and are the...
  2. B

    What exactly is a pulse sync?

    Re: what is pulse sync? Pulse used to achieve or maintain synchronism ALI
  3. B

    What happens during tapeout?

    Re: tapeout You shall provide the GDSII file to your fab along with few more details required by fab. The semicon fab will develop mask based on your files. the mask will further developed as die and then bonding the pads and packings will make a ASIC
  4. B

    Detailed info about set up & hold

    Re: set up & hold you need to have synopsys solvenet user id and pwd to use online documentation from synopsys(SOLD) regards, ali
  5. B

    error in vhdl code,please check it?

    Maybe this could be one possible solution read_write : process(clock,reset) begin if reset = '1' then temp_data_out <= (others => '0'); elsif rising_edge(clk) then if rd_wr = '0' then data <= temp_data_out; else temp_data_in<=data; end if; end if; end process read_write;
  6. B

    Question about Synthesis in DC/DA of Synopsys

    Yes, Buffer Insertion what i mean is to drive for I/O Pads from the core ?
  7. B

    final year project in asics

    Hi, You can try to Implement USB controller or Bluetooth controller as a project.Maybe you can come with better architecture in terms of performance. Also,somework related in baseband design for wireless protocol regards, ali
  8. B

    Question about Synthesis in DC/DA of Synopsys

    Hello all, I would like to clarify a query. 1) Can you tell me the reason for specifiying the Delay's(Input and Output) for any entity before the synthesis is done ? What is the reason behind that? 2) Do we have any automatic insertion of buffers for the input/output port for an entity during...
  9. B

    ASIC simulation vs FPGA

    Hi, It is not neccessary that a chip should funtionaly work well in ASIC if it is proven in FPGA design. Reason: FPGA routing are constraint driven routing,It means it has its structure already and only we short-circuit the interconnects to make each CLB to be connected. In contrast ASIC has...
  10. B

    how can I solve this problem

    I would suggest to use a small fifo inbetween the blocks as such both are in different speed and you can retrive from fifo. Regards, ALI
  11. B

    Explain me the deep sub-micron technology

    Re: Deep sub-micron tech Deep submicron technology means,using transitoros of smaller size with faster switching rates. As we know from Moore's law the size of transistors are doubled by every year in a system,the technology has to fit those inc in transistors in small area with better...
  12. B

    Pmos is twice of NMOS

    PMOS is slower than NMOS of same size . So, if u want to have both of same speed, you need to size the pmos higher(maybe roughly 3 times). Also, The mobility of holes is greater than the electrons by approximately 2 to 3 times. Hence the equation Wp = 2 to 3 times Wn. So, is the size of...
  13. B

    What are the efficient coding styles in Verilog/VHDL?

    Re: Coding style https://www.synthworks.com/papers/vhdl_rtl_synthesis_1076_6_dvcon_2004_p.pdf this might of be ur interest
  14. B

    Papers about designing hierarchical FSM

    Re: Hierarchical FSM? https://www.eventhelix.com/RealtimeMantra/HierarchicalStateMachine.htm Hope this shld be useful Rdgs, ALI
  15. B

    How to do pin assignment in Xilinx PACE ?

    Xilinx PACE tool Query Can someone write about how to use Xilinx Pace tool,I have generated an UCF file and I would like to know how to do pin assignments ? Rgds, ALI

Part and Inventory Search

Back
Top