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 157 to Rev 158
    Reverse comparison

Rev 157 → Rev 158

/zipcpu/trunk/Makefile
12,9 → 12,15
#
# 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 assembler.
# sw Build the obsolete assembler, binutils, and GCC. By
# default, this also 'install's the compiler into the
# sw/install/ subdirectory as well.
#
# test Run the test bench on the assembler test file.
#
24,7 → 30,7
#
################################################################################
#
# Copyright (C) 2015, Gisselquist Technology, LLC
# Copyright (C) 2015-2016, 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
43,7 → 49,7
################################################################################
#
.PHONY: all
all: rtl
all: rtl sw
 
MAKE := `which make`
 
57,7 → 63,7
 
.PHONY: sw
sw:
@echo "Building sw/zasm"; cd sw/zasm; $(MAKE) --no-print-directory
@echo "Building toolchain"; $(MAKE) --no-print-directory --directory=sw/
 
.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.