URL
https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk
Subversion Repositories bluespec-h264
[/] [bluespec-h264/] [trunk/] [src_fpga/] [IMemController.bsv] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
package IMemController;
import MemControllerTypes::*;
import IMemClient::*;
import Vector::*;
interface IMemController#(type client_number, type address_type, type data_type);
interface Vector#(client_number, IMemClient#(address_type, data_type)) client_interfaces;
endinterface
endpackage
Go to most recent revision | Compare with Previous | Blame | View Log