blob: 2aaa5e3984456631bc20e9426693a1fb10c92af0 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/arch/device.h"
/**
* @file
* @brief Device-specific symbol definitions for the Nexysvideo device.
*/
const device_type_t kDeviceType = kDeviceFpgaNexysVideo;
const uint64_t kClockFreqHz = 50 * 1000 * 1000; // 50MHz
const uint64_t kUartBaudrate = 230400;
// No Device Stop Address in our FPGA implementation.
const uintptr_t kDeviceStopAddress = 0;