OpenCores
URL https://opencores.org/ocsvn/scarm/scarm/trunk

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [Bus.h] - Rev 6

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

#ifndef BUS_H
#define BUS_H
#include <systemc.h>
#include "scTypes.h"
typedef struct ABusTag{
  uint32_t data;
}  ABus;
extern void sc_trace(sc_trace_file *tf, const ABus& v, const sc_string& NAME);
 
typedef struct BBusTag{
  uint32_t data;
}  BBus;
extern void sc_trace(sc_trace_file *tf, const BBus& v, const sc_string& NAME);
 
 
#endif

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.