des: Fix data type of drive_sel
This commit is contained in:
parent
f60d76f831
commit
7abcead6a9
@ -46,7 +46,7 @@ struct fpga_cell_lut34 {
|
|||||||
int led_lut_out_enable;
|
int led_lut_out_enable;
|
||||||
|
|
||||||
char lut_in_sel[4]; /* Input select */
|
char lut_in_sel[4]; /* Input select */
|
||||||
int drive_sel[4]; /* Which signal to drive onto each fabric line */
|
char drive_sel[4]; /* Which signal to drive onto each fabric line */
|
||||||
int sync; /* Register output on rising edge of clk */
|
int sync; /* Register output on rising edge of clk */
|
||||||
int route_en; /* Bitfield, Enable routing between {left, top} and main fabric */
|
int route_en; /* Bitfield, Enable routing between {left, top} and main fabric */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user