mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
rtlil: appease py_wrap
This commit is contained in:
parent
d5aadeae3b
commit
49d8a35c2e
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ namespace RTLIL
|
||||||
|
|
||||||
struct RTLIL::Const
|
struct RTLIL::Const
|
||||||
{
|
{
|
||||||
short flags;
|
short int flags;
|
||||||
private:
|
private:
|
||||||
friend class KernelRtlilTest;
|
friend class KernelRtlilTest;
|
||||||
FRIEND_TEST(KernelRtlilTest, ConstStr);
|
FRIEND_TEST(KernelRtlilTest, ConstStr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue