comparison modules/bluespec/Pygar/core/AudioPipeTypes.bsv @ 52:49049f97312c pygar svn.53

[svn r53] sends to two cores (but has issues)
author punk
date Thu, 06 May 2010 08:57:53 -0400
parents 6d461680c6d9
children
comparison
equal deleted inserted replaced
51:9fe5ed4af92d 52:49049f97312c
27 import Connectable::*; 27 import Connectable::*;
28 import GetPut::*; 28 import GetPut::*;
29 import ClientServer::*; 29 import ClientServer::*;
30 30
31 typedef Int#(16) Sample; 31 typedef Int#(16) Sample;
32 typedef Int#(16) Channel;
32 33
33 typedef enum { 34 typedef enum {
34 EndOfFile = 0, 35 EndOfFile = 0,
35 Data = 1 36 Data = 1
36 } AudioProcessorControl deriving (Bits,Eq); 37 } AudioProcessorControl deriving (Bits,Eq);