Skip to content

Commit

Permalink
Bump abc to have &mfs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Mar 22, 2024
1 parent d73f71e commit 7b4f95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ bumpversion:
# 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 = 0cd90d0
ABCREV = 1107634
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCURL ?= https://github.com/povik/yosys-abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)

# set ABCEXTERNAL = <abc-command> to use an external ABC instance
Expand Down

0 comments on commit 7b4f95c

Please sign in to comment.