mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
const modifier for pool of SigBit -> SigSpec conversion causing linkage errors on Mac
This commit is contained in:
parent
18d46c00e0
commit
4f41e01edc
2 changed files with 2 additions and 2 deletions
|
@ -4396,7 +4396,7 @@ RTLIL::SigSpec::SigSpec(const std::vector<RTLIL::SigBit> &bits)
|
|||
check();
|
||||
}
|
||||
|
||||
RTLIL::SigSpec::SigSpec(const pool<RTLIL::SigBit> &bits)
|
||||
RTLIL::SigSpec::SigSpec(pool<RTLIL::SigBit> &bits)
|
||||
{
|
||||
cover("kernel.rtlil.sigspec.init.pool_bits");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue