Demo HWIO

Contents

Demo HWIO#

class peakrdl_pyral_runtime.hwio.demo.DemoHWIO(*, offset: int = 0)#

Demonstration HWIO implementation for testing purposes that models a hardware I/O connection without requiring any hardware.

Models the hardware as a blank RAM that is initialized to all 0’s.

Parameters:

offset (int) – Additional address offset to add to all HWIO transactions