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 kingbeful

  1. K

    Block RAM in Xilinx FPGAs

    You should write the HDL code this initial $readmemb("blk_mem_ram.mif", mem, 8'h00, 8'hff); always @ (posedge clk) begin if (mem_rd_en) begin mem_data_out <= mem[mem_addr_out]; end if (mem_wr_en) begin mem[mem_addr_in] <= mem_data_in; end end and ISE will know that what...
  2. K

    synopsys design compiler workshop

    primetime workshop lab Hi, some one have the course material ? I mean the document not the lab

Part and Inventory Search

Back
Top