1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-27 12:39:59 +00:00

- interim release w11a_V0.531 (untagged)

- many small changes to prepare upcoming support for Spartan-6 and
  usage of Cypress FX2 USB interface on nexys2/3 and atlys boards
This commit is contained in:
Walter F.J. Mueller
2011-09-12 20:52:31 +00:00
parent 0f28defb8a
commit e15295649e
124 changed files with 2587 additions and 1356 deletions

View File

@@ -1,7 +1,8 @@
# $Id: Makefile 311 2010-06-30 17:52:37Z mueller $
# $Id: Makefile 405 2011-08-14 08:16:28Z mueller $
#
# Revision History:
# Date Rev Version Comment
# 2011-08-13 405 1.2 use includes from rtl/make
# 2007-12-09 100 1.1.1 drop ISE_p definition
# 2007-06-03 47 1.1 use Makefile.xflow
# 2007-06-03 45 1.0 Initial version
@@ -9,7 +10,7 @@
VBOM_all = $(wildcard *.vbom)
NGC_all = $(VBOM_all:.vbom=.ngc)
#
.phony : all clean
.PHONY : all clean
#
all : $(NGC_all)
#
@@ -17,7 +18,7 @@ clean : ise_clean
#
#----
#
include $(RETROBASE)/rtl/vlib/Makefile.xflow
include $(RETROBASE)/rtl/make/generic_xflow.mk
#
include $(VBOM_all:.vbom=.dep_xst)
#

View File

@@ -1,4 +1,4 @@
-- $Id: genlib.vhd 314 2010-07-09 17:38:41Z mueller $
-- $Id: genlib.vhd 389 2011-07-07 21:59:00Z mueller $
--
-- Copyright 2007-2010 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
@@ -153,4 +153,4 @@ component timer is -- retriggerable timer
);
end component;
end genlib;
end package genlib;