1#
2# BERI_SIM_BASE -- Base kernel for the SRI/Cambridge "BERI" (Bluespec
3# Extensible RISC Implementation) FPGA soft core, as configured for
4# simulation.
5#
6# $FreeBSD$
7#
8
9#NO_UNIVERSE
10
11include "std.BERI"
12
13options 	FDT
14options 	FDT_DTB_STATIC
15makeoptions	FDT_DTS_FILE=beri-sim.dts
16
17options 	ALTERA_SDCARD_FAST_SIM
18
19device		altera_avgen
20device		altera_jtag_uart
21device		altera_sdcard
22