URL
https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk
Subversion Repositories bluespec-h264
[/] [bluespec-h264/] [trunk/] [src_fpga/] [IEDKBRAM.bsv] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
//**********************************************************************
// Interface for EDK BRAM
//----------------------------------------------------------------------
//
//
//
package IEDKBRAM;
interface IEDKBRAM;
method Action data_input(Bit#(32) data);
method Bit#(4) wen_output();
method Bit#(32) addr_output();
method Bit#(32) data_output();
endinterface
endpackage
Go to most recent revision | Compare with Previous | Blame | View Log