update for abc

noah
panhongyang 2023-11-16 18:33:24 +08:00
parent ef7a8ea9dd
commit 7d336f3a8a
4 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

@ -6,4 +6,4 @@
url = https://github.com/panhomyoung/mockturtle.git
[submodule "lib/abc"]
path = lib/abc
url = https://github.com/panhomyoung/abc.git
url = https://github.com/panhomyoung/abc.git

@ -1 +1 @@
Subproject commit 66098723ebb9bede7a84ebb1d85b2d72c874bac5
Subproject commit 9434b7438599b2fe94ec518946d0e1b6b2de3172

View File

@ -26,7 +26,7 @@ namespace alice {
class compress2rs_command : public command {
public:
explicit compress2rs_command(const environment::ptr &env)
: command(env, "usage: synthesis scripts.") {
: command(env, "combination optimization script") {
add_flag("--verbose, -v", "print the information");
}

View File

@ -26,7 +26,7 @@ namespace alice {
class resyn2rs_command : public command {
public:
explicit resyn2rs_command(const environment::ptr &env)
: command(env, "usage: synthesis scripts.") {
: command(env, "combination optimization script") {
add_flag("--verbose, -v", "print the information");
}