9 lines
483 B
Python
9 lines
483 B
Python
from hello_world.hello_world import hello_world
|
|
from hello_world_uart.hello_world_uart import hello_world_uart
|
|
from user_proj_tests.counter_wb.counter_wb import counter_wb
|
|
from user_proj_tests.counter_la.counter_la import counter_la
|
|
from user_proj_tests.counter_la_reset.counter_la_reset import counter_la_reset
|
|
from user_proj_tests.counter_la_clk.counter_la_clk import counter_la_clk
|
|
from gpio_test.gpio_test import gpio_test
|
|
from ldpc_tests.ldpc_basic.ldpc_basic import ldpc_basic
|