3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00
yosys/misc
Martin Povišer f94f544b50 Fix the python generator for a bunch of const cases
Makes the below show up in the binding.

    .def<const char * (IdString::*)(void)>("c_str", &IdString::c_str)

    .def<boost::python::list (SigSpec::*)(void)>("chunks", &SigSpec::chunks)
    .def<boost::python::list (SigSpec::*)(void)>("bits", &SigSpec::bits)
    .def<SigBit (SigSpec::*)(int, const SigBit* )>("at", &SigSpec::at)

    .def<SigSpec (Cell::*)(const IdString* )>("getPort", &Cell::getPort)
    .def<boost::python::dict (Cell::*)(void)>("connections", &Cell::connections)
    .def<Const (Cell::*)(const IdString* )>("getParam", &Cell::getParam)

    .def<boost::python::list (Module::*)(void)>("connections", &Module::connections)

    def<const char * (*)(const SigSpec* )>("log_signal", YOSYS_PYTHON::log_signal);
    def<const char * (*)(const SigSpec* , bool)>("log_signal", YOSYS_PYTHON::log_signal);
    def<const char * (*)(const Const* )>("log_const", YOSYS_PYTHON::log_const);
    def<const char * (*)(const Const* , bool)>("log_const", YOSYS_PYTHON::log_const);
    def<const char * (*)(const IdString* )>("log_id", YOSYS_PYTHON::log_id);
2023-04-05 13:36:44 +02:00
..
yosysjs Update WaveDrom script URLs 2021-09-18 16:24:40 +02:00
__init__.py Cleaned up root directory 2019-04-30 13:19:04 +02:00
create_vcxsrc.sh Update URL to zlib 2022-03-28 11:05:30 +02:00
jny.schema.json misc: Added JNY schema definition 2022-08-02 07:23:45 -04:00
launcher.c msys2: launcher: fix warnings and errors under g++ 2019-09-08 15:50:24 +08:00
py_wrap_generator.py Fix the python generator for a bunch of const cases 2023-04-05 13:36:44 +02:00
yosys-config.in Fix hard-coded path to /bin/bash -> /usr/bin/env bash 2022-09-24 22:52:42 -07:00