From: rishucoding Date: Tue, 3 Jul 2018 17:02:00 +0000 (+0530) Subject: added docstring for gpio2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18155a6863933865fb9dc8ee8ca57f84f684f3d4;p=pinmux.git added docstring for gpio2 --- diff --git a/src/test_bsv/tests/test_pinmux.py b/src/test_bsv/tests/test_pinmux.py index 2888478..1650684 100644 --- 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"""