mirror of
https://github.com/wfjm/w11.git
synced 2026-04-25 20:01:57 +00:00
- general board support - c7_sram_memctl: SRAM memory controller (incl tb) - is61wv5128bll: simple memory model (incl tb) - sn_humanio_emu_rbus: human IO emulator - 92-retro-usb-persistent.rules: add more board rules - associated changes - sn_humanio_rbus: add stat_rbf_emu (=0); single cycle btn pulses - rgbdrv_analog(_rbus): add ACTLOW generic to invert output polarity - ti_rri: adopt Digilent autodetect for CmodA7 - add systems - tst_rlink: rlink tested - tst_sram: SRAM tester - w11a: w11a system with 672 kB memory (512 SRAM + 160 BRAM)
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $Id: viv_default_cmoda7.mk 906 2017-06-04 21:59:13Z mueller $
|
|
#
|
|
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
# License disclaimer see License.txt in $RETROBASE directory
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2017-06-04 906 1.0 Initial version
|
|
#---
|
|
#
|
|
# Setup for Digilent CmodA7
|
|
#
|
|
# setup default board and part
|
|
#
|
|
VIV_BOARD_SETUP = ${RETROBASE}/rtl/bplib/cmoda7/cmoda7_setup.tcl
|
|
#
|