remove temp files

This commit is contained in:
Blaise Tine
2020-03-01 00:30:36 -05:00
parent ef2c8f3cb9
commit 857bb54f3f
31 changed files with 19684 additions and 12542 deletions

View File

@@ -12,9 +12,9 @@ PERL = perl
# Path to Verilator kit (from $VERILATOR_ROOT)
VERILATOR_ROOT = /usr/share/verilator
# SystemC include directory with systemc.h (from $SYSTEMC_INCLUDE)
SYSTEMC_INCLUDE ?=
SYSTEMC_INCLUDE ?= /opt/systemc/include
# SystemC library directory with libsystemc.a (from $SYSTEMC_LIBDIR)
SYSTEMC_LIBDIR ?=
SYSTEMC_LIBDIR ?= /opt/systemc/lib
### Switches...
# SystemC output mode? 0/1 (from --sc)
@@ -33,7 +33,7 @@ VM_PREFIX = Vcache_simX
VM_MODPREFIX = Vcache_simX
# User CFLAGS (from -CFLAGS on Verilator command line)
VM_USER_CFLAGS = \
-std=c++11 -fPIC -O3 \
-std=c++11 -fPIC -O3 -Wall -Wextra -pedantic \
# User LDLIBS (from -LDFLAGS on Verilator command line)
VM_USER_LDLIBS = \