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 ashishnetam

  1. A

    verilog : conditional assign statement

    verilog assign Hi All, Can I use assign statement in verilog according to any active variable? For example suppose I want to use assign statement if active( any reg ) is enable (say high active). assign xyz = abc if (active ) other wise dont execute this statement at all. Is it possible...
  2. A

    Problem in testbench with INOUT port

    Hi all, I am trying to implement one bidirectional bus. I am getting problem in test bench with INOUT port. Can anyone please suggest me that how to drive value in INOUT port in testbench. My files are like this v File module check_inout(data, rw, clk ); input rw, clk; inout [7:0] data...

Part and Inventory Search

Back
Top