fixes easing thehandling by the user.

This commit is contained in:
Baudouin Chauviere 2019-03-31 07:55:05 -06:00
parent b06df18a89
commit c4b42726c4
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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