Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testbenches for i2c in #13

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

Kreijstal
Copy link

  1. separated phy from master,
  2. added 'tb' just for phy
  3. formatted everything with verible-verilog-format
  4. testing
    rtl/
    -i2c_master.v
    -i2c_slave.v
    -i2c_single_reg.v
    with iverilog and verilator, it works
    verilator -y rtl rtl/i2c_master_tb -main --timing --binary --Wno-style --trace-fst &&./obj_dir/Vi2c_master_tb
    iverilog -o sim_output -y rtl rtl/i2c_master_tb.v && ./sim_output

I have no use for axil or wbm

@Kreijstal Kreijstal force-pushed the testbenches_for_i2c branch from 0cca679 to e9e408a Compare July 8, 2024 17:32
@Kreijstal Kreijstal force-pushed the testbenches_for_i2c branch from 165a981 to 4f0ac9a Compare July 8, 2024 18:10
@Kreijstal Kreijstal force-pushed the testbenches_for_i2c branch from 9a5bb2d to a46d284 Compare July 13, 2024 08:55
@Kreijstal Kreijstal force-pushed the testbenches_for_i2c branch from 3826ff4 to 72fc6bc Compare July 13, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant