mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 15:07:58 +00:00
const2ast: prove tests cover error filenames
This commit is contained in:
parent
67f8de54dc
commit
33135da8b2
2 changed files with 3 additions and 3 deletions
|
@ -1342,7 +1342,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
// be instantiated for this type of AST node.
|
||||
IdString type_name;
|
||||
|
||||
current_filename = filename;
|
||||
// current_filename = filename;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue