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 lliwill

  1. L

    I'm new to Verilog, cant get what I have to compile in

    Thanks so much for the help! Yes a mux seems like it would be great. So something like this?... ... input [2:0] key; ... case(key) 0: adder(most, least, result); 1: subtracter(most, least, result); 2: multiplier(most, least, result); endcase I'm just not sure with how to...
  2. L

    I'm new to Verilog, cant get what I have to compile in

    So I've been working on this project for class... Using Verilog, design an adder-subractor-multiplier circuit that will perform these operations on 2 3-bit numbers as follows,  Use SWO-SW2 to represent the first 3-bit number (least significant). This digit will be displayed on 7-segment...

Part and Inventory Search

Back
Top