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 krishanu007

  1. krishanu007

    synthesizing functions in verilog

    Thats what..automatic is for reentrant tasks & recursive functions..(as far I know) but this is a reentrant funciton..Some books are telling to use automatic in reentrant functions also. But in their example they give recursive examples. What I want is a synthesizable code with above example...
  2. krishanu007

    synthesizing functions in verilog

    Thanks man,but I don' think you got the question. suppose parity() is a function, and If I write assign a = parity(A); assign b = parity(B); and if I want it to be synthesized , do I need to add "automatic" in function declaration ??
  3. krishanu007

    synthesizing functions in verilog

    Hii all, I have a function to implement & call it in parallel 5 times. So it has to perform 5 parallel calculations. & The code needs to be synthesizable.:razz: I am having doubt on "automatic" functions,they are mentioned in some tutorial websites to be used in case of recursive functions. And...
  4. krishanu007

    gvim color scheme for verilog coding

    Hi people, can you suggest any good color scheme for verilog coding :lol: ,with good syntax highlighting & dark background. I am currently using the inbuilt elford ,but its straining my eyes a little. & if possible for C also.:-?
  5. krishanu007

    what is the advantage of exclusive access in AXI?

    Hi sudha, Isnt it correct that the same thing can be done via normal access.(read-modify-write back). Why there is this dedicated functionaly and what it is offering over the normal (read-modify-write back) access.
  6. krishanu007

    problem with `include in verilog

    Hi all, I am trying some to take out some `defines from a main.v file and put them in a seperate delay.v file. Now there are 2 ways of doing this, if I dont `include that in main.v file,and give delay.v in filelist.f of compilation. If I include that file then I can not/ should not give that...
  7. krishanu007

    What's the voltage level of a net when it is connected to an unpowered transistor?

    What transistor you are using and connection can you explain by diagram or anything ?
  8. krishanu007

    combinational division by 3

    Hi yx.yang any idea what it will synthesize ? I mean what algo will be used in compilers for synthesis. ---------- Post added at 09:55 ---------- Previous post was at 09:43 ---------- Hi yadavvlsi, I was reading this article & found it is a clock divider circuit,if I am not wrong. I am sorry...
  9. krishanu007

    Verilog construct for casex and casez

    it is advised not to write casez or casex for to-be-synthesized code as it may show non-parallel property & leading to a priority mux structure while synthesized.. which may not be what you are intended to.
  10. krishanu007

    combinational division by 3

    Hi all, I want a circuit which will combinationally divide a number by 3.(or in one cycle :idea:) whats is given is that number will always be divisible by 3 only.:razz: post any tutorial link or any helpful post..as I couldnt find any moderate one.
  11. krishanu007

    [SOLVED] What are 'real' design scenario that need multi cycle path exceptions?

    Is it necessary to have a synchronizer after a multicycle path ? Isnt it the receiving flop can become metastable at any cycle between initial & last cycle?8-O:-?
  12. krishanu007

    [SOLVED] What are 'real' design scenario that need multi cycle path exceptions?

    I think the example which you have given here for sub-design isnt a MCP case, MCP is nothing but tool (sta / synth) will give that path 2 cycles for checking violations. but here you are enabling flops after multiple cycles of the master clock,for driving them with effectively lower frequency.
  13. krishanu007

    Why we use Latch for Gated Clocks

    seriously it needs pictorial explanation. could you please add some diagram here.
  14. krishanu007

    how to solve the logical questions of digital design

    you have a brain inside that nut-hard skull...I suppose. Why dont you try using that ;-)
  15. krishanu007

    How to start a career in wipro vlsi

    Re: career in wipro vlsi what do you want isnt clear.. as per your statement you got wipro vlsi & wipro software. you have to choose between them,you cant go in software & later join vlsi. its 2 different domains there. :X :X

Part and Inventory Search

Back
Top