Initial commit
This commit is contained in:
7
verilog/dv/cocotb/cocotb_tests.py
Normal file
7
verilog/dv/cocotb/cocotb_tests.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user