3
0
Fork 0
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:
Emil J. Tywoniak 2025-06-16 12:47:09 +02:00
parent 67f8de54dc
commit 33135da8b2
2 changed files with 3 additions and 3 deletions

View file

@ -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)
{