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 Omar21

  1. O

    Laplacian filter

    it gives 0 errors
  2. O

    Laplacian filter

    Hi, I am coding in Verilog for a Laplacian filter where I am using a kernel as the follow is it correct to insert it like that? // Define the Laplacian filter kernel reg [31:0] kernel [0:2][0:2]; initial begin kernel[0][0] = 0; kernel[0][1] = 1; kernel[0][2] = 0...

Part and Inventory Search

Back
Top