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 nyamars

  1. N

    SISO design using behaviourial modeling in verilog

    ads-ee is correct.... just check this code..... always @ (posedge clk) begin if (reset) begin out <= 0; temp <= 0; in <= 1'b1; //just for testing make it "1"... end else begin //$display(" value of in...
  2. N

    VHDL + SV in UVM in VCS

    Can anyone please tell me how to compile VHDL (DUT files) and SV files in UVM environment in VCS?

Part and Inventory Search

Back
Top