2013-10-22 15:45:31 +00:00
|
|
|
#
|
|
|
|
# BERI_SIM_BASE -- Base kernel for the SRI/Cambridge "BERI" (Bluespec
|
|
|
|
# Extensible RISC Implementation) FPGA soft core, as configured for
|
|
|
|
# simulation.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2017-02-23 20:41:55 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2017-02-21 17:34:27 +00:00
|
|
|
include "std.BERI"
|
2013-10-22 15:45:31 +00:00
|
|
|
|
|
|
|
options FDT
|
|
|
|
options FDT_DTB_STATIC
|
|
|
|
makeoptions FDT_DTS_FILE=beri-sim.dts
|
|
|
|
|
|
|
|
options ALTERA_SDCARD_FAST_SIM
|
|
|
|
|
|
|
|
device altera_avgen
|
|
|
|
device altera_jtag_uart
|
|
|
|
device altera_sdcard
|