~ruther/vhdl-i2c

40397fab8cf472e9fc0ddf27b89116cbc262dbac — Rutherther 1 year, 1 month ago 998597e feat/i2c-models
chore: update vunit run.py
1 files changed, 3 insertions(+), 2 deletions(-)

M run.py
M run.py => run.py +3 -2
@@ 6,6 6,7 @@ from pathlib import Path
vu = VUnit.from_argv(compile_builtins = False)

vu.add_vhdl_builtins()
vu.add_com()

i2c_tb_lib = vu.add_library('i2c_tb')
i2c_tb_lib.add_source_files(Path(__file__).parent / 'tb/i2c/**/*.vhd')


@@ 25,8 26,8 @@ ssd1306_lib.add_source_files(Path(__file__).parent / 'tb/ssd1306/**/*.vhd')
utils_lib = vu.add_library('utils')
utils_lib.add_source_files(Path(__file__).parent / 'src/utils/**/*.vhd')

utils_tb_lib = vu.add_library('utils_tb')
utils_tb_lib.add_source_files(Path(__file__).parent / 'tb/utils/**/*.vhd')
# utils_tb_lib = vu.add_library('utils_tb')
# utils_tb_lib.add_source_files(Path(__file__).parent / 'tb/utils/**/*.vhd')

i2c_lib = vu.add_library('i2c')
i2c_lib.add_source_files(Path(__file__).parent / 'src/**/*.vhd')

Do not follow this link