Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. Thanks JP --- Quote Start --- Hi ...
// FIFO memory is initialized to 0 (not necessary) 33 for(integeri=0;i<8;i=i+1) 34 mem[i]=8'h00; 35 end 36 elsebegin 37 // Write pointer is incremented on valid write request 38 // FIFO memory is updated with data for valid write request ...
3 changes: 2 additions & 1 deletion 3 fifo_sync.v Original file line numberDiff line numberDiff line change @@ -64,6 +64,7 @@ reg do_write, fifo_full_D, fifo_empty_D; wire [AddrWidth-1:0] next_write_addr = (write_addr + 1) % DataDepth; wire [AddrWidth-1:0] next_read...
Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. --- Quote End --- Sure. I'm in the...
Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. --- Quote End --- Sure. I'm in the...
Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. --- Quote End --- Sure. I'm in the...
Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. --- Quote End --- Sure. I'm in the...
Is it possible you can share your VHDL/Verilog code for UM232H Synchronous FIFO mode. Basically the blocks in FTDI Synchronous FIFO mode to Avalon-ST Bridge diagram ? I just want to use those blocks for interfacing an FPGA for data transfer. Thanks JP --- Quote Start --- Hi ...