diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-29 10:50:15 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-29 10:50:15 +0100 |
commit | c46b23ab236c7a693c095d791b605d0344c903dd (patch) | |
tree | e34c4f69cdc06c959c641314bccc1ee117782a5c | |
parent | 375c4dddc19c7029b82d9d4482f32938b7f6cd85 (diff) | |
download | yosys-c46b23ab236c7a693c095d791b605d0344c903dd.tar.gz yosys-c46b23ab236c7a693c095d791b605d0344c903dd.tar.bz2 yosys-c46b23ab236c7a693c095d791b605d0344c903dd.zip |
Updated ABC to hg rev e6b09e1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ OBJS = kernel/version_$(GIT_REV).o # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = 57517e81666b +ABCREV = e6b09e1 ABCPULL = 1 -include Makefile.conf |