Skip to content

Commit

Permalink
Add support for Sonata PCB
Browse files Browse the repository at this point in the history
This commit assumes revision 0.2 of the board. It adds a pin file, a top
level module, a clock generator and the appropriate changes to the core
file. It also updates the getting started guide to use the Sonata PCB by
default.

This commit is derived from a PR in the demo system:
lowRISC/ibex-demo-system#86
  • Loading branch information
marnovandermaas committed Feb 2, 2024
1 parent d3af672 commit 24a964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/fpga/top_sonata.sv
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module top_sonata (
.uart_rx_i(ser0_rx),
.uart_tx_o(ser0_tx),

.pwm_o({CheriErr, led_legacy, led_cheri, led_halted}),
.pwm_o({cheriErr, led_legacy, led_cheri, led_halted}),

.spi_rx_i (1'b0),
.spi_tx_o (lcd_copi),
Expand Down

0 comments on commit 24a964d

Please sign in to comment.