mirror of
https://github.com/wfjm/w11.git
synced 2026-02-13 03:34:39 +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
519 B
Makefile
25 lines
519 B
Makefile
# $Id: xflow_default_atlys.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 Atlys
|
|
#
|
|
# setup default board (for impact), device and userid (for bitgen)
|
|
#
|
|
ISE_BOARD = atlys
|
|
ISE_PATH = xc6slx45-csg324-2
|
|
#
|
|
# setup defaults for xflow option files for synthesis and implementation
|
|
#
|
|
ifndef XFLOWOPT_SYN
|
|
XFLOWOPT_SYN = syn_s6_speed.opt
|
|
endif
|
|
#
|
|
ifndef XFLOWOPT_IMP
|
|
XFLOWOPT_IMP = imp_s6_speed.opt
|
|
endif
|
|
#
|