3
0
Fork 0
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:
Clifford Wolf 2015-10-24 19:09:45 +02:00
parent 2a0f577f83
commit 6fe48cf41e
5 changed files with 8 additions and 5 deletions

View file

@ -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;