OpenCores
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

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.