... | @@ -44,7 +44,7 @@ $ sudo apt-get install verilator |
... | @@ -44,7 +44,7 @@ $ sudo apt-get install verilator |
|
#include "Vtop.h"
|
|
#include "Vtop.h"
|
|
|
|
|
|
// Set the clock speed of your processor.
|
|
// Set the clock speed of your processor.
|
|
static constexpr std::size_t clock_Hz = 55000000;
|
|
static constexpr std::size_t clock_Hz = 100000000;
|
|
// UART baudrate
|
|
// UART baudrate
|
|
static constexpr std::size_t uart_Hz = 115200;
|
|
static constexpr std::size_t uart_Hz = 115200;
|
|
// The number of CoreMark iterations is depend on clock speed.
|
|
// The number of CoreMark iterations is depend on clock speed.
|
... | | ... | |