mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-02 03:36:56 +00:00
modtools: fix unit test
This commit is contained in:
parent
b126c95ef1
commit
23757409ee
2 changed files with 4 additions and 2 deletions
|
|
@ -78,6 +78,8 @@ struct ModIndex : public RTLIL::Monitor
|
|||
|
||||
SigMap sigmap;
|
||||
private:
|
||||
friend class ModIndexTest;
|
||||
FRIEND_TEST(ModIndexTest, swap);
|
||||
struct sigbit_pointer_hash
|
||||
{
|
||||
std::size_t operator()(const Yosys::RTLIL::SigBit& s) const noexcept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue