mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 09:20:23 +00:00
ast, read_verilog: refactoring
This commit is contained in:
parent
31002cf259
commit
88800a16ea
7 changed files with 16 additions and 21 deletions
|
@ -1339,8 +1339,6 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
// be instantiated for this type of AST node.
|
||||
IdString type_name;
|
||||
|
||||
current_filename = filename;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
// simply ignore this nodes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue