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 sagarkrishna

  1. S

    i have a problem with this code

    hi guys, counter_rst <= '0' when Breset='0' else '1'; process(Bclk,counter_rst) begin if(counter_rst='0')then --10bit counter onekhz <= "0000000000"; elsif(Bclk'event and Bclk='1') then if(onekhz <="1111100111") then --divide by 1000 onekhz <=...
  2. S

    small discussion

    this is my code and i need divide the frequency from 1Mhz to onekhz. please help me to find the solution.
  3. S

    small discussion

    hi guys, I have some doubt about the vhdl code regarding the counters.. I need the sample code in vhdl for frequency division in the concept of asynchronous counters I have a code but it's not working can anybody give a suggestion that what is a problem of it...
  4. S

    Introduction

    Hi, Everybody this is sagarkrishnaboyapati new to the world of electronics....And eager to learn some new things beyond the subject.

Part and Inventory Search

Back
Top