fixes easing thehandling by the user.
This commit is contained in:
parent
b06df18a89
commit
c4b42726c4
|
@ -26,6 +26,9 @@ MODULES := src/base/abc src/base/abci src/base/cmd \
|
|||
|
||||
default: $(PROG)
|
||||
|
||||
$(info ###################################)
|
||||
$(info gcc-4.9 is necessary to compile abc)
|
||||
$(info ###################################)
|
||||
#OPTFLAGS := -DNDEBUG -O3
|
||||
OPTFLAGS := -g -O
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
echo "#################################################"
|
||||
echo "The current shell environment is the following:"
|
||||
echo $0
|
||||
echo "#################################################"
|
||||
|
||||
# Example of how to run vprset circuit_name = pip_add
|
||||
#set circuit_name = pip_add
|
||||
set circuit_name = sync_4bits_add
|
||||
|
|
Loading…
Reference in New Issue