Skip to content

Commit

Permalink
Fixed C Comp Error
Browse files Browse the repository at this point in the history
  • Loading branch information
fkwilken committed Oct 27, 2023
1 parent baeeac1 commit 262fefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/dv/cocotb/sram_test/sram_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void main(){
//GPIOs_configureAll(GPIO_MODE_MGMT_STD_OUT);
GPIOs_configureAll(GPIO_MODE_MGMT_STD_OUTPUT);
GPIOs_loadConfigs();
set_gpio_l(0x8F);
GPIOs_writeLow(0x8F);
ManagmentGpio_write(1); // configuration finished

// print("Caravel Flashing CARP\n");
Expand Down

0 comments on commit 262fefc

Please sign in to comment.