Skip to content

Commit

Permalink
Minor changes to support clock gating
Browse files Browse the repository at this point in the history
  • Loading branch information
acw1251 committed Apr 15, 2017
1 parent e5d498a commit dd96f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions procs/riscy-lib/RVRFile.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface ArchRFile;
endinterface

// This is a merged GPR/FPU register file
(* synthesize *)
(* synthesize, gate_all_clocks *)
module mkArchRFile( ArchRFile );
let verbose = False;
File fout = stdout;
Expand Down Expand Up @@ -73,7 +73,7 @@ endmodule
import RegUtil::*;

// wr < {rd1, rd2, rd3}
(* synthesize *)
(* synthesize, gate_all_clocks *)
module mkBypassArchRFile( ArchRFile );
let verbose = False;
File fout = stdout;
Expand Down

0 comments on commit dd96f4f

Please sign in to comment.