Mercurial > pygar
diff modules/bluespec/Pygar/core/Processor.bsv @ 51:9fe5ed4af92d pygar svn.52
[svn r52] tested having multiple cores
author | punk |
---|---|
date | Wed, 05 May 2010 17:01:04 -0400 |
parents | 2b18894f75e2 |
children | 2991344775f8 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/Processor.bsv Wed May 05 15:19:32 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/Processor.bsv Wed May 05 17:01:04 2010 -0400 1.3 @@ -1,4 +1,4 @@ 1.4 -/// The MIT License 1.5 +// The MIT License 1.6 1.7 // Copyright (c) 2009 Massachusetts Institute of Technology 1.8 1.9 @@ -48,7 +48,6 @@ 1.10 //`include "asim/provides/processor_library.bsh" (included above directly) 1.11 1.12 `include "asim/provides/common_services.bsh" 1.13 -`include "asim/dict/STATS_PROCESSOR.bsh" 1.14 `include "asim/provides/processor_library.bsh" 1.15 1.16 // Local includes. Look for the correspondingly named .awb files 1.17 @@ -216,7 +215,7 @@ 1.18 //(* doc = "synthesis attribute ram_style mkProc distributed;" *) 1.19 //(* synthesize *) 1.20 1.21 -module [CONNECTED_MODULE] mkProc( Proc ); 1.22 +module mkProc( Proc ); 1.23 1.24 //----------------------------------------------------------- 1.25 // State