OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [src_fpga/] [IEDKBRAM.bsv] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 jamey.hick
//**********************************************************************
2
// Interface for EDK BRAM
3
//----------------------------------------------------------------------
4
//
5
//
6
//
7
 
8
package IEDKBRAM;
9
 
10
interface IEDKBRAM;
11
  method Action   data_input(Bit#(32) data);
12
  method Bit#(4)  wen_output();
13
  method Bit#(32) addr_output();
14
  method Bit#(32) data_output();
15
endinterface
16
 
17
endpackage

powered by: WebSVN 2.1.0

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