Bump version
[yosys.git] / tests / verilog /
2022-04-07 CatherineMerge pull request #3269 from YosysHQ/micko/fix_autotop
2022-04-05 Zachary Snowsv: fix always_comb auto nosync for nested and function...
2022-03-28 LoftyMerge pull request #3194 from Ravenslofty/abc9-flow3mfs
2022-03-04 Miodrag MilanovićMerge pull request #3186 from nakengelhardt/smtbmc_sby_...
2022-02-22 Claire XenMerge pull request #3197 from YosysHQ/claire/smtbmcfix
2022-02-14 Zachary Snowverilog: support for time scale delay values
2022-02-14 Kamil RakoczyFix access to whole sub-structs (#3086)
2022-02-11 Zachary Snowverilog: fix dynamic dynamic range asgn elab
2022-02-11 Zachary Snowverilog: fix const func eval with upto variables
2022-02-11 Claire XenMerge branch 'master' into clk2ff-better-names
2022-02-11 Claire XenMerge pull request #2019 from boqwxp/glift
2022-01-19 Miodrag MilanovićMerge pull request #3120 from Icenowy/anlogic-bram
2022-01-17 N. EngelhardtMerge pull request #3145 from nakengelhardt/advertise_s...
2022-01-08 Zachary Snowsv: auto add nosync to certain always_comb local vars
2022-01-08 Zachary Snowsv: fix size cast internal expression extension
2022-01-03 Zachary Snowfixup verilog doubleslash test
2021-12-16 CatherineMerge pull request #3115 from whitequark/issue-3112
2021-12-16 CatherineMerge pull request #3114 from whitequark/issue-3113
2021-12-16 Thomas Sailerpreprocessor: do not destroy double slash escaped ident...
2021-10-26 Zachary Snowverilog: use derived module info to elaborate cell...
2021-09-24 Claire XenMerge pull request #3014 from YosysHQ/claire/fix-vgtest
2021-09-21 Zachary Snowsv: support wand and wor of data types
2021-09-21 Zachary Snowverilog: fix multiple AST_PREFIX scope resolution issues
2021-08-31 Zachary Snowsv: support declaration in generate for initialization
2021-08-30 Zachary Snowsv: support declaration in procedural for initialization
2021-07-29 Zachary Snowverilog: save and restore overwritten macro arguments
2021-07-16 whitequarkMerge pull request #2870 from whitequark/cxxrtl-fix...
2021-07-15 Zachary Snowsv: fix two struct access bugs
2021-07-05 Claire XenMerge pull request #2835 from YosysHQ/verific_command
2021-06-18 Miodrag MilanovićMerge pull request #2836 from YosysHQ/gatecat/pyosys...
2021-06-17 Zachary Snowsv: fix up end label checking
2021-06-09 Claire XenMerge pull request #2817 from YosysHQ/claire/fixemails
2021-06-08 Zachary Snowmem2reg: tolerate out of bounds constant accesses
2021-06-01 Zachary Snowsv: support tasks and functions within packages
2021-05-10 Zachary Snowsv: check validity of package end label
2021-03-30 Zachary Snowpreproc: test coverage for #2712
2021-03-19 Zachary Snowsv: allow typenames as function return types
2021-03-17 Zachary Snowsv: carry over global typedefs from previous files
2021-03-14 whitequarkMerge pull request #2658 from zachjs/parameters-across...
2021-03-12 Zachary Snowsv: allow globals in one file to depend on globals...
2021-03-12 whitequarkMerge pull request #2653 from zachjs/global-parameter
2021-03-11 whitequarkMerge pull request #2642 from whitequark/cxxrtl-noproc...
2021-03-11 Zachary Snowverilog: disallow overriding global parameters
2021-03-07 whitequarkMerge pull request #2626 from zachjs/param-no-default
2021-03-07 whitequarkMerge pull request #2632 from zachjs/width-limit
2021-03-06 Zachary Snowsv: fix some edge cases for unbased unsized literals
2021-03-04 Zachary Snowverilog: impose limit on maximum expression width
2021-03-02 Zachary Snowsv: support for parameters without default values
2021-03-02 whitequarkMerge pull request #2620 from zachjs/port-int-types
2021-03-01 Zachary Snowverilog: fix sizing of ports with int types in module...
2021-03-01 Zachary Snowverilog: fix handling of nested ifdef directives
2021-03-01 Claire XenMerge pull request #2523 from tomverbeure/define_synthesis
2021-03-01 Claire XenMerge pull request #2524 from bkbncn/patch-1
2021-03-01 whitequarkMerge pull request #2617 from RobertBaruch/doc
2021-03-01 whitequarkMerge pull request #2615 from zachjs/genrtlil-conflict
2021-03-01 whitequarkMerge pull request #2618 from zachjs/int-types
2021-02-28 Zachary Snowsv: extended support for integer types
2021-02-26 Zachary Snowgenrtlil: improve name conflict error messaging
2021-02-25 whitequarkMerge pull request #2554 from hzeller/master
2021-02-24 TimRudyExtend "delay" expressions to handle pair and triplet...
2021-02-23 whitequarkMerge pull request #2594 from zachjs/func-arg-width
2021-02-21 whitequarkMerge pull request #2586 from zachjs/tern-recurse
2021-02-21 whitequarkMerge pull request #2591 from zachjs/verilog-preproc...
2021-02-21 Zachary Snowverilog: fix sizing of constant args for tasks/functions
2021-02-19 Zachary Snowverilog: error on macro invocations with missing argume...
2021-02-15 Claire XenMerge pull request #2574 from dh73/master
2021-02-12 gatecatMerge pull request #2585 from YosysHQ/dave/nexus-dotproduct
2021-02-11 whitequarkMerge pull request #2573 from zachjs/repeat-call
2021-02-11 Zachary SnowMerge pull request #2578 from zachjs/genblk-port
2021-02-11 Zachary SnowMerge pull request #2584 from antmicro/atom_type_signedness
2021-02-11 Kamil RakoczyAdd missing is_signed to type_atom
2021-02-07 Zachary Snowverlog: allow shadowing module ports within generate...
2021-02-05 whitequarkMerge pull request #2572 from antmicro/check-labels
2021-02-04 Kamil RakoczyAdd check of begin/end labels for genblock
2021-02-04 whitequarkMerge pull request #2529 from zachjs/unnamed-genblk
2021-02-03 whitequarkMerge pull request #2436 from dalance/fix_generate
2021-01-31 Zachary Snowverilog: significant block scoping improvements
2021-01-28 Claire XenMerge pull request #2535 from Ravenslofty/scc-specify
2021-01-26 whitequarkMerge pull request #2544 from modwizcode/fix-clock
2021-01-25 whitequarkMerge pull request #2549 from pgadfort/support-multiple...
2021-01-25 whitequarkMerge pull request #2550 from zachjs/macro-arg-spaces
2021-01-20 Miodrag MilanovićMerge pull request #2536 from TobiasFaller/master
2021-01-20 Miodrag MilanovićMerge pull request #2551 from zachjs/wire-logic
2021-01-20 Zachary Snowsv: fix support wire and var data type modifiers
2020-11-25 Claire XenMerge pull request #2133 from dh73/nodev_head
2020-11-24 Miodrag MilanovićMerge pull request #2295 from epfl-vlsc/firrtl_blackbox...
2020-10-19 Miodrag MilanovićMerge pull request #2397 from daveshah1/nexus
2020-10-01 clairexenMerge pull request #2378 from udif/pr_dollar_high_low
2020-10-01 clairexenMerge pull request #2380 from Xiretza/parallel-tests
2020-10-01 David ShahUpdate .gitignore
2020-09-29 clairexenMerge pull request #2393 from nakengelhardt/no_const_se...
2020-09-28 N. Engelhardtadd tests
2020-09-21 Xiretzatests: Centralize test collection and Makefile generation
2020-07-02 clairexenMerge pull request #2132 from YosysHQ/eddie/verific_initial
2020-06-08 clairexenMerge pull request #2085 from rswarbrick/select
2020-06-08 clairexenMerge pull request #2089 from rswarbrick/modports
2020-06-08 clairexenMerge pull request #2105 from whitequark/split-flatten...
2020-06-05 whitequarkMerge pull request #2113 from whitequark/cxxrtl-fix...
2020-06-04 clairexenMerge pull request #2099 from Xiretza/manual-include...
2020-06-04 Eddie HungMerge pull request #2077 from YosysHQ/eddie/abc9_dff_im...
next