processor-creative-kit-0.1.0.1: a creation kit for instruction sets and cpu simulators and development tools

Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Pck.Cpu.Config

Contents

Synopsis

The configuration

data CpuConfig Source

the cpu configuration type

Constructors

CpuConfig 

Fields

cfgStartPc :: Int

boot(start) pc

cfgImemStart :: Int

instruction memory start address

cfgImemSize :: Int

instruction memory size

cfgDmemStart :: Int

data memory start address

cfgDmemSize :: Int

data memory size

cpuConfig :: CpuConfig Source

the default configuration

You can change the configuration here.