From 18155a6863933865fb9dc8ee8ca57f84f684f3d4 Mon Sep 17 00:00:00 2001 From: rishucoding Date: Tue, 3 Jul 2018 22:32:00 +0530 Subject: [PATCH] added docstring for gpio2 --- src/test_bsv/tests/test_pinmux.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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""" -- 2.30.2