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 Shahzad40

  1. S

    Need a vhdl code for syndrome calculation

    Re: Syndrome calculation It is fun doing this sort of thing. I am sending you a link, it is easy to understand and you will get great confidence. https://downloads.bbc.co.uk/rd/pubs/whp/whp-pdf-files/WHP031.pdf or you can read from Digital Communcations sklar's book
  2. S

    synthesis tools for system verilog

    systemverilog code I know about "design compiler". I dont know any others
  3. S

    about wire and reg in instantiation

    No, you cannot have instantiation in always block. The top level module always consists of several submodules (which are instantiated). The top level module has instantiations and (if required by design) sequential blocks (regions of always block). These instantiations and sequential blocks (if...
  4. S

    Verilog/LEC trick question

    lec chip Don't take things to your heart. If you read my question, I asked a simple and a straight question and I did not get an answer from any one. I will repeat the question: "Can anyone tell me with authority will the Rx[0] will get the inverted of TX_IN or all the bits of Rx will get...
  5. S

    Verilog/LEC trick question

    verilog tricky questios Please read on as I have resolved this and I was surprised that NO ONE was able to answer a simple verilog question (I am a newbie of Verilog). I performed synthesis and the did LEC to come out with an important conclusion: My original question: input TX_IN; reg [12:0]...
  6. S

    Verilog/LEC trick question

    cadence rtl compiler tricks Thanks for the replies: So am i right in saying that the first part of the code where: Rx <= ~TX_IN; means that the Rx[0] will have the inverted of TX_IN and the rest of the bits Rx[12:1] are uninitiallized UNLIKE Rx[0] . And this is not good. The question becomes...
  7. S

    Verilog/LEC trick question

    lec verilog Hi, look at the following code: input TX_IN; reg [12:0] Rx; always @ (posedge CLK) begin if(CLR) .... .... Rx <= ~TX_IN; .. else ... end Can anyone tell me with authority will the Rx[0] will get the inverted of TX_IN or all the bits of Rx will get inverted of TX_IN ? The...
  8. S

    Help needed: Status of Electronics Jobs in UK

    Thank you all for helping me very much. It is a great site. I was really astonished to see the kind of help i got.
  9. S

    Help needed: Status of Electronics Jobs in UK

    I am an Electronics Engineer with 5+ years of experience in FPGAs, VHDL and Verilog. I am new in UK. I need some advice from professionals working in UK. Whats is the best way around getting a job in UK as I am bit confused especially the recruiters...some are just high street recruiters and...

Part and Inventory Search

Back
Top