Module chip_config

Source
Expand description

Chip specific configuration.

This file includes a common configuration trait and pre-defined constants values for different implementations and uses of the same earlgrey chip. For example, running the chip on an FPGA requires different parameters from running it in a verilog simulator. Additionally, chips on different platforms can be used differently, so this also permits changing values like the UART baud rate to enable better debugging on platforms that can support it.

Traitsยง

EarlGreyConfig
Earlgrey configuration based on the target device.