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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [src_fpga/] [ISRAMWires.bsv] - Rev 3

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

  interface ISRAMWires;
    method Bit#(18) address_out();
    method Bit#(32) data_O();
    method Action data_I(Bit#(32) data);
    method Bit#(1) data_T();
    method Bit#(4) we_bytes_out();
    method Bit#(1) we_out();
    method Bit#(1) ce_out();
    method Bit#(1) oe_out();
    method Bit#(1) cen_out();
    method Bit#(1) adv_ld_out();
  endinterface

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

powered by: WebSVN 2.1.0

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