mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
equiv_purge bugfix, using SigChunk in Yosys namespace
This commit is contained in:
parent
2a0f577f83
commit
6fe48cf41e
5 changed files with 8 additions and 5 deletions
|
@ -169,6 +169,7 @@ namespace RTLIL {
|
|||
struct IdString;
|
||||
struct Const;
|
||||
struct SigBit;
|
||||
struct SigChunk;
|
||||
struct SigSpec;
|
||||
struct Wire;
|
||||
struct Cell;
|
||||
|
@ -184,6 +185,7 @@ namespace AST {
|
|||
using RTLIL::IdString;
|
||||
using RTLIL::Const;
|
||||
using RTLIL::SigBit;
|
||||
using RTLIL::SigChunk;
|
||||
using RTLIL::SigSpec;
|
||||
using RTLIL::Wire;
|
||||
using RTLIL::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue