mirror of
https://github.com/wfjm/w11.git
synced 2026-02-19 14:15:23 +00:00
- C++ and Tcl based backend server: many support classes for interfacing to w11 system designs, and the associated Tcl bindings. - add 'asm-11', a simple, Macro-11 syntax subset combatible, assembler. - use now doxygen 1.8.3.1, generate c++,tcl, and vhdl source docs
25 lines
545 B
Makefile
25 lines
545 B
Makefile
# $Id: xflow_default_s3board.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 1000 die size)
|
|
#
|
|
# setup default board (for impact), device and userid (for bitgen)
|
|
#
|
|
ISE_BOARD = s3board
|
|
ISE_PATH = xc3s1000-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
|
|
#
|