URL
https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk
Subversion Repositories bluespec-h264
[/] [bluespec-h264/] [trunk/] [src_fpga/] [IFPGA_FIFO.bsv] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
package IFPGA_FIFO;
import FIFO::*;
interface IFPGA_FIFO#(type f_type, numeric type size);
// Interface for memory, input generator
interface FIFO#(f_type) fifo;
endinterface
endpackage
Go to most recent revision | Compare with Previous | Blame | View Log