Skip to content

Commit 4c0192c

Browse files
committed
Gave the LCD it's own PWM pin
1 parent ae6c0c6 commit 4c0192c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/top_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ memory_size = 0x00000040
1515
[[blocks]]
1616
name = "pwm"
1717
instances = 1
18-
ios = [{ name = "out", type = "output", length = 6 }]
18+
ios = [{ name = "out", type = "output", length = 7 }]
1919
memory_start = 0x80001000
2020
memory_size = 0x00001000
2121
xbar = { pipeline = "true", req_fifo_pass = "false", rsp_fifo_pass = "false" }

rtl/system/pinmux.sv

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtl/system/sonata_pkg.sv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)