lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
29 stars 17 forks source link

Hook up system clock to pinmux #209

Closed AlexJones0 closed 1 month ago

AlexJones0 commented 1 month ago

In top_sonata.sv, the clk_i and rst_ni signals were not actually connected to the main system clock and reset signals. This PR hooks them up so that pinmux can actually be used on FPGA.