URL
https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk
Subversion Repositories bluespec-h264
[/] [bluespec-h264/] [trunk/] [src_fpga/] [INalUnwrap.bsv] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
//**********************************************************************
// Interface for NAL unwrapper
//----------------------------------------------------------------------
//
//
//
package INalUnwrap;
import H264Types::*;
import GetPut::*;
interface INalUnwrap;
// Interface for inter-module io
interface Put#(InputGenOT) ioin;
interface Get#(NalUnwrapOT) ioout;
endinterface
endpackage
Go to most recent revision | Compare with Previous | Blame | View Log