caravel_user_project
caravel_user_project copied to clipboard
cocotb gpio test broken
https://github.com/efabless/caravel_user_project/blob/c913b3711c9ccc1b86e43e93d133d85573008d7a/verilog/dv/cocotb/gpio_test/gpio_test.c#L25
set_gpio_l should be set_gpio_user_l
this change allows firmware to compile but it never finishes, it hangs on set_gpio_user_l
ok, it seems changing set_gpio_user_l to GPIOs_writeLow prevents the hang
Matt pull request would fix the issue @marwaneltoukhy could you merge it?