Skip to content

Commit

Permalink
Get rid of commented redundant test in ShiftRegister section
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Jan 24, 2021
1 parent 3330dab commit f457af5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 3.6_types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -672,14 +672,6 @@
" }\n",
"}\n",
"\n",
"// test(new ShiftRegister(UInt(4.W), 5)) { c =>\n",
"// println(s\"Testing ShiftRegister of type ${c.io.in} and depth ${c.io.out.length}\")\n",
"// for (i <- 0 until 10) {\n",
"// c.io.in.poke(i.U) // magic literal creation\n",
"// println(s\"$i: ${c.io.out.indices.map { index => c.io.out(i).peek().litValue} }\")\n",
"// c.clock.step(1)\n",
"// }\n",
"// }\n",
"visualize(() => new ShiftRegister(SInt(6.W), 3))\n",
"test(new ShiftRegister(SInt(6.W), 3)) { c => \n",
" println(s\"Testing ShiftRegister of type ${c.io.in} and depth ${c.io.out.length}\")\n",
Expand Down

0 comments on commit f457af5

Please sign in to comment.