~ruther/vhdl-i2c

027d147c33a9640852220bc3ead4ca6bed68de58 — Rutherther 1 year, 3 months ago 69ecbbe
chore: test flags for ghdl to compile
1 files changed, 2 insertions(+), 0 deletions(-)

M run.py
M run.py => run.py +2 -0
@@ 23,5 23,7 @@ i2c_lib = vu.add_library('i2c')
i2c_lib.add_source_files(Path(__file__).parent / 'src/**/*.vhd')

vu.add_compile_option('nvc.a_flags', ['--relaxed'])
vu.add_compile_option('ghdl.a_flags', ['-frelaxed'])
vu.set_sim_option('ghdl.elab_flags', ['-frelaxed'])

vu.main()

Do not follow this link