Commit be935d1
committed
use Yosys 0.49
Signed-off-by: Eder Monteiro <[email protected]>1 parent b9b7f04 commit be935d1
1 file changed
+1
-1
lines changed- .github/actions/setup-build-env/action.yml+1-1
- .github/workflows/test-compile.yml+3-6
- CHANGELOG+12
- COPYING+1-1
- Makefile+96-121
- backends/cxxrtl/cxxrtl_backend.cc+13-13
- backends/json/json.cc+22-7
- backends/smt2/smtio.py+1-1
- docs/source/conf.py+25-2
- docs/source/index.rst-11
- docs/source/yosys_internals/hashing.rst+166
- docs/source/yosys_internals/index.rst+1
- examples/cxx-api/scopeinfo_example.cc+1-1
- flake.nix+4-4
- frontends/ast/ast.h+1-1
- frontends/verific/verific.cc+27-18
- frontends/verific/verific.h+3-3
- frontends/verific/verificsva.cc+1-1
- guidelines/GettingStarted+7-49
- kernel/bitpattern.h+6-5
- kernel/cellaigs.cc+9-8
- kernel/cellaigs.h+2-2
- kernel/consteval.h-3
- kernel/driver.cc+7
- kernel/drivertools.h+147-97
- kernel/functional.h+5-3
- kernel/hashlib.h+258-152
- kernel/log.h+6-6
- kernel/macc.h+6-26
- kernel/modtools.h+12-5
- kernel/register.cc+1-1
- kernel/rtlil.cc+7-7
- kernel/rtlil.h+339-286
- kernel/satgen.cc-7
- kernel/scopeinfo.h+18-8
- kernel/sigtools.h+10-2
- kernel/timinginfo.h+10-2
- kernel/utils.h+6-6
- kernel/yosys.cc+2-1
- kernel/yosys_common.h+14-20
- kernel/yw.h+4-1
- libs/json11/json11.cpp+1
- misc/py_wrap_generator.py+16-12
- passes/cmds/dft_tag.cc+1-1
- passes/cmds/example_dt.cc+4-2
- passes/cmds/rename.cc-1
- passes/cmds/viz.cc+19-19
- passes/equiv/equiv_struct.cc+5-5
- passes/fsm/fsm_extract.cc+14
- passes/hierarchy/keep_hierarchy.cc+2-1
- passes/opt/share.cc+3-4
- passes/opt/wreduce.cc+52
- passes/proc/proc_dlatch.cc+4-5
- passes/proc/proc_mux.cc+4-4
- passes/sat/mutate.cc+1-1
- passes/sat/recover_names.cc+8-4
- passes/sat/sim.cc+1-1
- passes/techmap/abc.cc+1
- passes/techmap/alumacc.cc+4-4
- passes/techmap/clockgate.cc+2-3
- passes/techmap/flatten.cc+26-15
- passes/techmap/flowmap.cc+4-2
- passes/techmap/maccmap.cc+17-7
- passes/tests/test_cell.cc+7-6
- techlibs/quicklogic/ql_dsp_simd.cc+1-1
- techlibs/quicklogic/qlf_k6n10f/generate_bram_types_sim.py+1-2
- tests/alumacc/macc_b_port_compat.ys+50
- tests/alumacc/run-test.sh+6
- tests/arch/anlogic/run-test.sh+1-1
- tests/arch/ecp5/run-test.sh+1-1
- tests/arch/efinix/run-test.sh+1-1
- tests/arch/gatemate/run-test.sh+1-1
- tests/arch/gowin/run-test.sh+1-1
- tests/arch/ice40/run-test.sh+1-1
- tests/arch/intel_alm/run-test.sh+1-1
- tests/arch/machxo2/run-test.sh+1-1
- tests/arch/microchip/run-test.sh+1-1
- tests/arch/nanoxplore/run-test.sh+1-1
- tests/arch/nexus/run-test.sh+1-1
- tests/arch/quicklogic/pp3/run-test.sh+1-1
- tests/arch/quicklogic/qlf_k6n10f/run-test.sh+1-1
- tests/arch/xilinx/run-test.sh+1-1
- tests/gen-tests-makefile.sh+2-3
- tests/opt/run-test.sh+1-1
- tests/sat/run-test.sh+1-1
- tests/sim/run-test.sh+1-1
- tests/svtypes/run-test.sh+1-1
- tests/techmap/run-test.sh+1-1
- tests/various/json_scopeinfo.ys+38
- tests/various/run-test.sh+1-1
- tests/various/wreduce2.ys+22
- tests/verific/bounds.sv+45
- tests/verific/bounds.vhd+100-9
- tests/verific/bounds.ys+167-5
- tests/verific/run-test.sh+1-1
- tests/verilog/run-test.sh+1-1
0 commit comments