Skip to content

Commit

Permalink
Default value for the output to make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl authored and edwardcwang committed Aug 28, 2018
1 parent 0fb3598 commit e93fc47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/problems/Mux4.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ class Mux4 extends Module {
//Implement below ----------



// make the compile process happy, needs to be substituted by the output of the Mux
io.out := 1.U
//Implement above ----------
}

0 comments on commit e93fc47

Please sign in to comment.