update for abc
parent
ef7a8ea9dd
commit
7d336f3a8a
2
lib/abc
2
lib/abc
|
@ -1 +1 @@
|
||||||
Subproject commit 66098723ebb9bede7a84ebb1d85b2d72c874bac5
|
Subproject commit 9434b7438599b2fe94ec518946d0e1b6b2de3172
|
|
@ -26,7 +26,7 @@ namespace alice {
|
||||||
class compress2rs_command : public command {
|
class compress2rs_command : public command {
|
||||||
public:
|
public:
|
||||||
explicit compress2rs_command(const environment::ptr &env)
|
explicit compress2rs_command(const environment::ptr &env)
|
||||||
: command(env, "usage: synthesis scripts.") {
|
: command(env, "combination optimization script") {
|
||||||
add_flag("--verbose, -v", "print the information");
|
add_flag("--verbose, -v", "print the information");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ namespace alice {
|
||||||
class resyn2rs_command : public command {
|
class resyn2rs_command : public command {
|
||||||
public:
|
public:
|
||||||
explicit resyn2rs_command(const environment::ptr &env)
|
explicit resyn2rs_command(const environment::ptr &env)
|
||||||
: command(env, "usage: synthesis scripts.") {
|
: command(env, "combination optimization script") {
|
||||||
add_flag("--verbose, -v", "print the information");
|
add_flag("--verbose, -v", "print the information");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue