mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-22 15:15:51 +00:00
Bump yosys and abc to latest
This commit is contained in:
commit
1941e8f042
24 changed files with 139 additions and 126 deletions
|
|
@ -113,7 +113,7 @@ namespace pyosys {
|
|||
|
||||
void notify_connect(
|
||||
RTLIL::Cell *cell,
|
||||
const RTLIL::IdString &port,
|
||||
RTLIL::IdString port,
|
||||
const RTLIL::SigSpec &old_sig,
|
||||
const RTLIL::SigSpec &sig
|
||||
) override {
|
||||
|
|
@ -238,7 +238,7 @@ namespace pyosys {
|
|||
"notify_connect",
|
||||
py::overload_cast<
|
||||
RTLIL::Cell *,
|
||||
const RTLIL::IdString &,
|
||||
RTLIL::IdString,
|
||||
const RTLIL::SigSpec &,
|
||||
const RTLIL::SigSpec &
|
||||
>(&RTLIL::Monitor::notify_connect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue