We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d13487 + d8c3b59 commit 23af5f5Copy full SHA for 23af5f5
2.6_chiseltest.ipynb
@@ -76,7 +76,7 @@
76
"| | iotesters | ChiselTest |\n",
77
"| :---- | :--- | :--- |\n",
78
"| poke | poke(c.io.in1, 6) | c.io.in1.poke(6.U) |\n",
79
- "| peek | peek(c.io.out1) | c.io.out1.peek(6.U) |\n",
+ "| peek | peek(c.io.out1) | c.io.out1.peek() |\n",
80
"| expect | expect(c.io.out1, 6) | c.io.out1.expect(6.U) |\n",
81
"| step | step(1) | c.io.clock.step(1) |\n",
82
"| initiate | Driver.execute(...) { c => | test(...) { c => |\n"
0 commit comments