Skip to content

Commit

Permalink
Gave the LCD it's own PWM pin
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Nov 4, 2024
1 parent ae6c0c6 commit 4c0192c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/top_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ memory_size = 0x00000040
[[blocks]]
name = "pwm"
instances = 1
ios = [{ name = "out", type = "output", length = 6 }]
ios = [{ name = "out", type = "output", length = 7 }]
memory_start = 0x80001000
memory_size = 0x00001000
xbar = { pipeline = "true", req_fifo_pass = "false", rsp_fifo_pass = "false" }
Expand Down
4 changes: 2 additions & 2 deletions rtl/system/pinmux.sv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtl/system/sonata_pkg.sv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c0192c

Please sign in to comment.