Fix port list in top_artya7 example

The "alert_major" port was split into "internal" and "bus" parts back
in commit 9943f9a. Update the example to match.
This commit is contained in:
Rupert Swarbrick 2022-03-10 12:45:53 +00:00 committed by Rupert Swarbrick
parent 094451a948
commit 2f1e188346

View file

@ -82,7 +82,8 @@ module top_artya7 (
.fetch_enable_i ('b1),
.alert_minor_o (),
.alert_major_o (),
.alert_major_internal_o(),
.alert_major_bus_o (),
.core_sleep_o ()
);