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 fadia

  1. F

    Test bench for simple Register file

    I want to test my register file before connecting it to ALU. So I wrote a testbench for my register file. // 16 x 32 register file with two read, 1 write port module regfile( input logic clk, we3, input logic [31:0] a1, a2, a3, input logic [31:0] wd3...
  2. F

    Help in simulating ALU with register file

    Hello, I need to design register file that is connected to an ALU in systemverilog, then simulate the top module to verify that operation are performed correctly. I attached three modules, one for alu, register file, top module, and testbench for top module. I am having trouble figuring...

Part and Inventory Search

Back
Top