3
0
Fork 0
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:
Akash Levy 2025-12-25 03:46:16 -05:00
commit 1941e8f042
24 changed files with 139 additions and 126 deletions

View file

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