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 ourarash

  1. O

    Verilog Code : 'define & parameter

    verilog define parameter `define is a macro. You use it in the same way that you use macros in C language. A parameter, on the other hand, will become a membor of your module. Imagin you write a code for a generic adder with a WIDTH parameter as the width of its input/output ports. Now, you...
  2. O

    The comparison of Verilog with VHDL

    Re: Verilog v.s VHDL VHDL is more verbose, but Verilog is more consice, like C language. It is said that you can model whatever you do in VHDL in Verilog and Vice Versa. One thing that you don't have in Verilog,however, is Record and Operator Overloading, which is rarely used in modeling the...

Part and Inventory Search

Back
Top