Rewrite exercise stuff

This commit is contained in:
peteraa 2019-06-07 19:54:18 +02:00
parent 932413bb3d
commit f5d038eaf6
9 changed files with 330 additions and 148 deletions

View file

@ -40,7 +40,7 @@ class Decoder() extends Module {
* The reason for this is that it serves as convenient sugar to make maps.
*
* This doesn't matter to you, just fill in the blanks in the style currently
* used, I just want to demystify some of the magic.
* used, I just want to demystify some of the scala magic.
*
* `a -> b` == `(a, b)` == `Tuple2(a, b)`
*/