Commit 929006e
committed
bump or and yosys
Signed-off-by: Eder Monteiro <[email protected]>1 parent ab5ce85 commit 929006e
2 files changed
+2
-2
lines changed- src/odb/test/BUILD-2
- src/odb/test/abstract_origin.ok+2-1
- src/odb/test/abstract_origin.tcl+2-1
- src/odb/test/check_routing_tracks.ok+2-1
- src/odb/test/check_routing_tracks.tcl+2-1
- src/odb/test/data/Nangate45/NangateOpenCellLibrary.mod.lef-12.3k
- src/odb/test/data/Nangate45/OpenCellLibraryLicenseSi2.txt-27
- src/odb/test/edit_via_params.ok+2-1
- src/odb/test/edit_via_params.tcl+2-2
- src/odb/test/gcd_abstract_lef.lefok+144-73
- src/odb/test/gcd_abstract_lef.ok+2-1
- src/odb/test/gcd_abstract_lef.tcl+2-1
- src/odb/test/gcd_abstract_lef_with_power.lefok+144-73
- src/odb/test/gcd_abstract_lef_with_power.ok+2-1
- src/odb/test/gcd_abstract_lef_with_power.tcl+2-1
- src/odb/test/gcd_def_access.ok+2-1
- src/odb/test/gcd_def_access.tcl+3-3
- src/odb/test/gcd_pdn_def_access.ok+2-1
- src/odb/test/gcd_pdn_def_access.tcl+2-1
- src/odb/test/read_abstract_lef.ok+2-1
- src/odb/test/read_abstract_lef.tcl+2-1
- src/odb/test/rounding.ok+2-1
- src/odb/test/rounding.tcl+3-1
- src/odb/test/row_settings.ok+2-1
- src/odb/test/row_settings.tcl+2-2
- .editorconfig+4
- .github/workflows/wheels.yml+2-12
- .github/workflows/wheels/cibw_before_build.sh+2-23
- CHANGELOG+3
- CODEOWNERS+2-1
- Makefile+32-32
- docs/.gitignore+1
- docs/source/appendix/rtlil_text.rst+12-1
- docs/source/code_examples/pyosys/pass.py+37
- docs/source/code_examples/pyosys/simple_database.py+51
- docs/source/using_yosys/index.rst+1
- docs/source/using_yosys/pyosys.rst+208
- docs/source/yosys_internals/hashing.rst+1-1
- examples/python-api/pass.py+17-7
- frontends/rtlil/Makefile.inc-18
- frontends/rtlil/rtlil_frontend.cc+760-27
- frontends/rtlil/rtlil_frontend.h-52
- frontends/rtlil/rtlil_lexer.l-150
- frontends/rtlil/rtlil_parser.y-525
- kernel/driver.cc+25-20
- kernel/hashlib.h+44-14
- kernel/rtlil.cc+23-23
- kernel/rtlil.h+30-16
- kernel/yosys.cc+39-15
- kernel/yosys.h+2-2
- kernel/yosys_common.h+1-4
- misc/py_wrap_generator.py-2.5k
- passes/cmds/plugin.cc+22-22
- passes/techmap/alumacc.cc+40-22
- pyosys/.gitignore+2
- pyosys/__init__.py
- pyosys/generator.py+788
- pyosys/hashlib.h+529
- pyosys/wrappers_tpl.cc+257
- pyproject.toml+11
- setup.py+26-17
- techlibs/ecp5/Makefile.inc-15
- techlibs/ecp5/arith_map.v-90
- techlibs/ecp5/brams.txt-52
- techlibs/ecp5/brams_map.v-489
- techlibs/ecp5/cells_bb.v-850
- techlibs/ecp5/cells_ff.vh-40
- techlibs/ecp5/cells_io.vh-14
- techlibs/ecp5/cells_sim.v-681
- techlibs/ecp5/dsp_map.v-17
- techlibs/ecp5/latches_map.v-11
- techlibs/ecp5/synth_ecp5.cc-457
- techlibs/lattice/Makefile.inc+27-3
- techlibs/lattice/arith_map_nexus.v
- techlibs/lattice/brams_map_nexus.v
- techlibs/lattice/brams_nexus.txt
- techlibs/lattice/cells_bb_ecp5.v-198
- techlibs/lattice/cells_bb_nexus.v
- techlibs/lattice/cells_map.v-191
- techlibs/lattice/cells_map_nexus.v
- techlibs/lattice/cells_map_trellis.v
- techlibs/lattice/cells_sim_ecp5.v+217
- techlibs/lattice/cells_sim_nexus.v
- techlibs/lattice/cells_xtra.py+1-6
- techlibs/lattice/cells_xtra_nexus.py+2-2
- techlibs/lattice/common_sim.vh+1-1
- techlibs/lattice/dsp_map_nexus.v
- techlibs/lattice/lrams_map_nexus.v
- techlibs/lattice/lrams_nexus.txt
- techlibs/lattice/lutrams.txt-12
- techlibs/lattice/lutrams_map.v-30
- techlibs/lattice/lutrams_map_nexus.v
- techlibs/lattice/lutrams_map_trellis.v
- techlibs/lattice/lutrams_nexus.txt
- techlibs/lattice/lutrams_trellis.txt
- techlibs/lattice/parse_init.vh
- techlibs/lattice/synth_lattice.cc+161-32
- techlibs/lattice/tests/.gitignore
- techlibs/lattice/tests/test_diamond_ffs.py+2-2
- techlibs/nexus/Makefile.inc-16
- techlibs/nexus/latches_map.v-11
- techlibs/nexus/synth_nexus.cc-419
- tests/opt/alumacc.ys+33
- tests/pyosys/run_tests.py+46
- tests/pyosys/spm.cut.v.gz
- tests/pyosys/test_data_read.py+45
- tests/pyosys/test_dict.py+44
- tests/pyosys/test_idict.py+31
- tests/pyosys/test_import.py+20
- tests/pyosys/test_logs.py+8
- tests/pyosys/test_monitor.py+22
- tests/pyosys/test_pass.py+34
- tests/pyosys/test_script.py+21
- tests/pyosys/test_set.py+42
0 commit comments