mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Use fast path for 32-bit Const integer constructor in more places
This commit is contained in:
@@ -465,7 +465,7 @@ constant:
|
||||
free($1);
|
||||
} |
|
||||
TOK_INT {
|
||||
$$ = new RTLIL::Const($1, 32);
|
||||
$$ = new RTLIL::Const($1);
|
||||
} |
|
||||
TOK_STRING {
|
||||
$$ = new RTLIL::Const($1);
|
||||
|
||||
Reference in New Issue
Block a user