mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-22 20:32:07 +00:00
libparse: support space ANDs
This commit is contained in:
parent
4b1a8a3b66
commit
c6e1d461fa
3 changed files with 32 additions and 19 deletions
|
@ -93,6 +93,9 @@ namespace Yosys
|
|||
static LibertyExpression parse(Lexer &s, int min_prio = 0);
|
||||
void get_pin_names(pool<std::string>& names);
|
||||
bool eval(dict<std::string, bool>& values);
|
||||
std::string str(int indent = 0);
|
||||
private:
|
||||
static bool is_nice_binop(char c);
|
||||
};
|
||||
|
||||
class LibertyInputStream {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue