diff --git a/configs/example/sst/riscv_fs.py b/configs/example/sst/riscv_fs.py index bdbd061120..b5a6cc64b8 100644 --- a/configs/example/sst/riscv_fs.py +++ b/configs/example/sst/riscv_fs.py @@ -93,6 +93,8 @@ def createHiFivePlatform(system): system.platform = HiFive() + system.platform.pci_host.pio = system.membus.mem_side_ports + system.platform.rtc = RiscvRTC(frequency=Frequency("100MHz")) system.platform.clint.int_pin = system.platform.rtc.int_pin