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 viresh128

  1. V

    Verilog task and fuction

    Hi, I am trying to learn task and function in verilog. Here's what i tried- code- module add_task(a,b,y, clk); input [3:0] a, b; output [4:0] y; input clk; reg[4:0] y; always @(posedge clk) begin add(a,b,y); end task add; input [3:0] in1, in2; output [4:0] out; reg [4:0]out...
  2. V

    [SOLVED] Best tools for using verilog??

    Which tool is best for using VERILOG language. Need with simulation. I have been using Xilinx ISE, but there are some problems. Please suggest any other tool.

Part and Inventory Search

Back
Top