blob: bedc9cbac570abe71d8a6571bb6cc954e85a565e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# BERI_SIM_BASE -- Base kernel for the SRI/Cambridge "BERI" (Bluespec
# Extensible RISC Implementation) FPGA soft core, as configured for
# simulation.
#
# $FreeBSD$
#
include "BERI_TEMPLATE"
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
|