mirror of
https://github.com/wfjm/w11.git
synced 2026-04-28 04:56:06 +00:00
- added support for Nexys4 and Basys3 boards - added RL11 disk support - lots of documentation updated
25 lines
547 B
Makefile
25 lines
547 B
Makefile
# $Id: xflow_default_s3board_200.mk 477 2013-01-27 14:07:10Z mueller $
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2013-01-27 477 1.0 Initial version
|
|
#---
|
|
#
|
|
# Setup for Digilent S3BOARD (with 200 die size)
|
|
#
|
|
# setup default board (for impact), device and userid (for bitgen)
|
|
#
|
|
ISE_BOARD = s3board
|
|
ISE_PATH = xc3s200-ft256-4
|
|
#
|
|
# setup defaults for xflow option files for synthesis and implementation
|
|
#
|
|
ifndef XFLOWOPT_SYN
|
|
XFLOWOPT_SYN = syn_s3_speed.opt
|
|
endif
|
|
#
|
|
ifndef XFLOWOPT_IMP
|
|
XFLOWOPT_IMP = imp_s3_speed.opt
|
|
endif
|
|
#
|