Skip to content

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