projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6db7eb
)
added docstring for gpio2
author
rishucoding
<rishucoding@gmail.com>
Tue, 3 Jul 2018 17:02:00 +0000
(22:32 +0530)
committer
rishucoding
<rishucoding@gmail.com>
Tue, 3 Jul 2018 17:02:00 +0000
(22:32 +0530)
src/test_bsv/tests/test_pinmux.py
patch
|
blob
|
history
diff --git
a/src/test_bsv/tests/test_pinmux.py
b/src/test_bsv/tests/test_pinmux.py
index 2888478bcaac1a15b934236cf77b80949251bae2..16506848cbbb137c433b696d80a433383c3ce36e 100644
(file)
--- a/
src/test_bsv/tests/test_pinmux.py
+++ b/
src/test_bsv/tests/test_pinmux.py
@@
-8,7
+8,12
@@
import random
""" dut is design under test """
-
+"""
+for gpio2, there are three ports at peripheral side:
+ peripheral_side_gpioa_a2_out_in
+ peripheral_side_gpioa_a2_outen_in
+ peripheral_side_gpioa_a2_in
+"""
@cocotb.test()
def pinmux_gpio2(dut):
"""Test for GPIO2"""