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 longtv8

  1. L

    how to write data of the bus in a text file using verilog

    Hi Pankaj jha. i hope this is code you need integer file_open; initial begin // Open file file_open = $fopen("bus19.txt", "w"); end always @(negedge clk) begin if(flag_latch_bus_out) $fwrite(file_open, "%h\n",bus_name);// bus_name: you want to get values.// %h you...

Part and Inventory Search

Back
Top