OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 158 to Rev 157
    Reverse comparison

Rev 158 → Rev 157

/zipcpu/trunk/Makefile
12,15 → 12,9
#
# bench Build the CPP test bench/debugger facility.
#
# doc Build the ZipCPU chip specification and the GPL
# license. These should be distributed pre-built, but
# you are welcome to rebuild them if you would like.
#
# rtl Run Verilator on the RTL
#
# sw Build the obsolete assembler, binutils, and GCC. By
# default, this also 'install's the compiler into the
# sw/install/ subdirectory as well.
# sw Build the assembler.
#
# test Run the test bench on the assembler test file.
#
30,7 → 24,7
#
################################################################################
#
# Copyright (C) 2015-2016, Gisselquist Technology, LLC
# Copyright (C) 2015, Gisselquist Technology, LLC
#
# This program is free software (firmware): you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
49,7 → 43,7
################################################################################
#
.PHONY: all
all: rtl sw
all: rtl
 
MAKE := `which make`
 
63,7 → 57,7
 
.PHONY: sw
sw:
@echo "Building toolchain"; $(MAKE) --no-print-directory --directory=sw/
@echo "Building sw/zasm"; cd sw/zasm; $(MAKE) --no-print-directory
 
.PHONY: bench
bench: rtl sw

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.