mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-14 21:51:28 +00:00
Removed $predict again
This commit is contained in:
parent
66582964bc
commit
eae390ae17
15 changed files with 7 additions and 38 deletions
|
@ -1317,11 +1317,9 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
// generate $assert cells
|
||||
case AST_ASSERT:
|
||||
case AST_ASSUME:
|
||||
case AST_PREDICT:
|
||||
{
|
||||
const char *celltype = "$assert";
|
||||
if (type == AST_ASSUME) celltype = "$assume";
|
||||
if (type == AST_PREDICT) celltype = "$predict";
|
||||
|
||||
log_assert(children.size() == 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue