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 liu_uestc

  1. L

    Verification Engineers needed!

    can you tell me your email address ? mine: liu_uestc@163.com. i can't get in touch with you.
  2. L

    RTL Design and Verification remote job

    RTL Design and Verification remote job - - - Updated - - - hi, Tampler I have sent you my resume. i'm zhenyu.liu thanks
  3. L

    How to do verification outsources

    i want to do some verification works hungryly. i familarize the vmm and uvm source code . but it's so hard.
  4. L

    waiting for a outsourcing chance

    hi, guys i'm a icer. 7years digital ic design experiences. 7years professional digital ic verification experiences. familarize: verilog, systemverilog, vmm ,uvm ,xml ,perl ,c ,c++ ,design pattern ,csh ,vcs ,modelsim,and so on specially, i familarize the source code of vmm and uvm and will...
  5. L

    Mini UART verilog code

    uart verilog i receive it
  6. L

    spi uart ipcore i need!!!

    i need the spi and uart ipcore ;i will integrate them into my mcu ;who can show me a dependently core ?
  7. L

    iverilog / starters tutorial in verilog design / synthesis

    iverilog asynchronized reset If you are a hardware engineer, it is easy. But if you sw engineer, pls study hardware at first.
  8. L

    Verilog examples of how to implement a master/slave SPI

    Master/Slave SPI i have write one but just have master mode ;because i don't need slave mode;give me some money i do for you !just a little .ok?
  9. L

    how to assign global reset signal to a input pin on stratix?

    i have finished a design in verilog;nmlr is the global reset signal and is low active; i have a development board of stratix(ep1s10f780c6). ac9 is stratix's resetsignal input pin;i assign nmlr to ac9;but i find it can't be reseted; how can i do? i shoud insert some special logic between the...
  10. L

    help this verilog code! how pull code!

    i define in module,where is local define,how to give a lable,? Added after 5 minutes: just one module ,one always,all the varials after module
  11. L

    help this verilog code! how pull code!

    always@(posedge s3 or posedge addpc); begin if(addpc) pc<=pctemp+1'b1; else begin pc<=13'b0000000000111;pctemp<=pctemp+1'b1;end end warning:pctemp isn't the always control envent! ///////////////////////////////////////////////////////////////////////////////////////////////ffunction...
  12. L

    Help me write Verilog code (posedge)

    input signals a,b,c.d,is unrelative;output signal enosc is a register variable; if a or b 's posedge come ,we set enosc one;if c's negedge come we set enosc zero.else we keep enosc unchange; who can give me the code of verilog? here is my initial code,but it can't meet my requirement...

Part and Inventory Search

Back
Top