diff modules/bluespec/Pygar/core/PathTypes.bsv @ 54:9b4f237e77e1 pygar svn.55

[svn r55] input a bit more parameterized
author punk
date Sun, 09 May 2010 12:24:35 -0400
parents 4d87fa55a776
children
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/PathTypes.bsv	Sun May 09 10:58:40 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/PathTypes.bsv	Sun May 09 12:24:35 2010 -0400
     1.3 @@ -11,7 +11,7 @@
     1.4  // The path is hardwired and so should never be stored in a register.  Therefore int type rather than Bit type
     1.5  
     1.6  typedef Bit#(32) MemAddr;
     1.7 -typedef Int#(TLog#(`MAX_PATH_IDS))  PathId;
     1.8 +typedef Int#(TLog#(`MAX_PATH_IDS)) PathId;
     1.9  //typedef Int#(16) Sample;
    1.10  typedef Int#(TLog#(`MAX_VOICES)) VoiceId;
    1.11  typedef Int#(8) Volume; // This is arbitrarily set to 8 bits or max val 256