3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-25 04:26:01 +00:00

ezSAT: Added frozen_literal() API

This commit is contained in:
Clifford Wolf 2014-03-03 02:13:17 +01:00
parent 895e9fc70c
commit d5bd93997c
2 changed files with 16 additions and 0 deletions

View file

@ -79,6 +79,8 @@ public:
int value(bool val);
int literal();
int literal(const std::string &name);
int frozen_literal();
int frozen_literal(const std::string &name);
int expression(OpId op, int a = 0, int b = 0, int c = 0, int d = 0, int e = 0, int f = 0);
int expression(OpId op, const std::vector<int> &args);