mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 05:09:04 +00:00
ast: remove null_check as dead code
This commit is contained in:
parent
25d2a8ce3a
commit
646c45e6b8
2 changed files with 0 additions and 13 deletions
|
@ -260,7 +260,6 @@ namespace AST
|
|||
// simplify() creates a simpler AST by unrolling for-loops, expanding generate blocks, etc.
|
||||
// it also sets the id2ast pointers so that identifier lookups are fast in genRTLIL()
|
||||
bool simplify(bool const_fold, int stage, int width_hint, bool sign_hint);
|
||||
void null_check();
|
||||
void replace_result_wire_name_in_function(const std::string &from, const std::string &to);
|
||||
std::unique_ptr<AstNode> readmem(bool is_readmemh, std::string mem_filename, AstNode *memory, int start_addr, int finish_addr, bool unconditional_init);
|
||||
void expand_genblock(const std::string &prefix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue