Skip to content

Commit

Permalink
firmware removed debug on LEDs
Browse files Browse the repository at this point in the history
driver cleanup unused variables
  • Loading branch information
David Michaeli committed Mar 14, 2024
1 parent 96828b4 commit f8793a7
Show file tree
Hide file tree
Showing 9 changed files with 22,157 additions and 22,112 deletions.
1,323 changes: 652 additions & 671 deletions driver/smi_stream_dev.c

Large diffs are not rendered by default.

2,728 changes: 1,364 additions & 1,364 deletions firmware/h-files/cariboulite_fpga_firmware.h

Large diffs are not rendered by default.

21,113 changes: 10,640 additions & 10,473 deletions firmware/top.asc

Large diffs are not rendered by default.

Binary file modified firmware/top.bin
Binary file not shown.
1,712 changes: 841 additions & 871 deletions firmware/top.blif

Large diffs are not rendered by default.

12,398 changes: 6,173 additions & 6,225 deletions firmware/top.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions firmware/top.v
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ module top (
// Digital interfaces
.i_button(i_button),
.i_config(i_config),
.o_led0 (/*o_led0*/),
.o_led1 (/*o_led1*/),
.o_led0 (o_led0),
.o_led1 (o_led1),
.o_pmod (io_pmod[3:0]),

// Analog interfaces
Expand Down Expand Up @@ -573,7 +573,7 @@ module top (
assign o_smi_read_req = (w_smi_data_direction) ? w_smi_read_req : w_smi_write_req;
assign o_smi_write_req = 1'bZ;

assign o_led0 = w_smi_data_direction;
assign o_led1 = channel;
//assign o_led0 = w_smi_data_direction;
//assign o_led1 = channel;

endmodule // top
2,259 changes: 1,119 additions & 1,140 deletions software/libcariboulite/src/caribou_smi/kernel/smi_stream_dev_gen.h

Large diffs are not rendered by default.

2,728 changes: 1,364 additions & 1,364 deletions software/libcariboulite/src/cariboulite_fpga_firmware.h

Large diffs are not rendered by default.

0 comments on commit f8793a7

Please sign in to comment.