Revise pins for SPI and RGB

This commit is contained in:
Daniel Jobson 2024-10-29 15:30:10 +01:00
parent 5e8253465b
commit 5b32cf2500
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A
2 changed files with 9 additions and 2 deletions

View file

@ -212,9 +212,9 @@ module tk1 (
.RGB1(led_g),
.RGB2(led_b),
.RGBLEDEN(1'h1),
.RGB0PWM(muxed_led[LED_R_BIT]),
.RGB0PWM(muxed_led[LED_B_BIT]),
.RGB1PWM(muxed_led[LED_G_BIT]),
.RGB2PWM(muxed_led[LED_B_BIT]),
.RGB2PWM(muxed_led[LED_R_BIT]),
.CURREN(1'b1)
);
/* verilator lint_on PINMISSING */