sv: fix always_comb auto nosync for nested and function blocks
[yosys.git] / frontends / ast / simplify.cc
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 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
2021-12-25 CatherineMerge pull request #3127 from whitequark/cxxrtl-no...
2021-12-18 Zachary Snowfix width detection of array querying function in case...
2021-11-16 Kamil RakoczySupport parameters using struct as a wiretype (#3050)
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 Snowverilog: fix multiple AST_PREFIX scope resolution issues
2021-07-28 Marcelina Kościelnickaverilog: Emit $meminit_v2 cell.
2021-07-16 whitequarkMerge pull request #2870 from whitequark/cxxrtl-fix...
2021-07-15 Zachary Snowsv: fix two struct access bugs
2021-07-06 Zachary Snowsv: fix a few struct and enum memory leaks
2021-06-14 Xiretzaast: delete wires and localparams after finishing const...
2021-06-14 Xiretzaverilog: fix leaking ASTNodes
2021-06-09 Claire XenMerge pull request #2817 from YosysHQ/claire/fixemails
2021-06-08 Zachary Snowverilog: check for module scope identifiers during...
2021-06-08 Zachary Snowmem2reg: tolerate out of bounds constant accesses
2021-06-07 Claire Xenia WolfFixing old e-mail addresses and deadnames
2021-06-01 Zachary Snowsv: support tasks and functions within packages
2021-05-25 Zachary Snowverilog: fix case expression sign and width handling
2021-03-17 Xiretzaverilog: fix buf/not primitives with multiple outputs
2021-03-16 Zachary Snowverilog: support module scope identifiers in parametric...
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-11 whitequarkMerge pull request #2642 from whitequark/cxxrtl-noproc...
2021-03-09 whitequarkMerge pull request #2643 from zachjs/fix-param-no-defau...
2021-03-08 Marcelina Kościelnickaverilog: Use proc memory writes in the frontend.
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-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 #2615 from zachjs/genrtlil-conflict
2021-02-26 Michael SingerImplement $countones, $isunknown and $onehot{,0}
2021-02-26 Michael SingerImplement $countbits function
2021-02-26 Zachary SnowExtend simplify() recursion warning
2021-02-25 whitequarkMerge pull request #2554 from hzeller/master
2021-02-23 Marcelina Kościelnickafrontend: Make helper functions for printing locations.
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 Zachary Snowverilog: fix sizing of constant args for tasks/functions
2021-02-15 Claire XenMerge pull request #2574 from dh73/master
2021-02-12 Zachary Snowverilog: support recursive functions using ternary...
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-04 Zachary Snowverilog: refactored constant function evaluation
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-20 Miodrag MilanovićMerge pull request #2536 from TobiasFaller/master
2021-01-18 whitequarkMerge pull request #2547 from zachjs/plugin-so-dsym
2021-01-18 whitequarkMerge pull request #2312 from antmicro/typedef-inout
2021-01-18 Kamil RakoczyFix input/output attributes when resolving typedef...
2021-01-01 whitequarkMerge pull request #2480 from YosysHQ/dave/nexus-lram
2021-01-01 whitequarkMerge pull request #2512 from umarcor/plugin-err
2021-01-01 whitequarkMerge pull request #2515 from umarcor/fix/ghdl
2021-01-01 whitequarkMerge pull request #2518 from zachjs/recursion
2021-01-01 Zachary Snowverilog: improved support for recursive functions
2020-12-29 whitequarkMerge pull request #2509 from zachjs/issue-2427
2020-12-27 Zachary SnowFix elaboration of whole memory words used as indices
2020-12-26 Miodrag MilanovićMerge pull request #2506 from zachjs/const-arg-redeclare
2020-12-26 Zachary SnowFix constants bound to redeclared function args
2020-12-23 whitequarkMerge pull request #2502 from ldoolitt/master
2020-12-23 whitequarkMerge pull request #2501 from zachjs/genrtlil-tern...
2020-12-23 whitequarkMerge pull request #2476 from zachjs/const-arg-width
2020-12-23 Zachary SnowFix constants bound to single bit arguments (fixes...
2020-12-22 whitequarkMerge pull request #2497 from whitequark/cxxrtl-reflow
2020-12-22 whitequarkMerge pull request #2479 from zachjs/const-arg-hint
2020-12-07 Zachary SnowAllow constant function calls in constant function...
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-09-21 N. EngelhardtMerge pull request #2372 from nakengelhardt/name_is_public
2020-09-17 clairexenMerge pull request #2329 from antmicro/arrays-fix-multi...
2020-09-17 clairexenMerge pull request #2330 from antmicro/arrays-fix-multi...
2020-09-16 Udi FinkelsteinWe can now handle array slices (e.g. $size(x[1]) etc. )
2020-09-16 Udi FinkelsteinFixed comments, removed debug message
2020-09-15 Udi FinkelsteinAdded $high(), $low(), $left(), $right()
2020-09-10 Miodrag MilanovićMerge pull request #2369 from Xiretza/gitignores
2020-09-01 clairexenMerge pull request #2352 from zachjs/const-func-localparam
2020-09-01 clairexenMerge pull request #2366 from zachjs/library-format
2020-09-01 clairexenMerge pull request #2353 from zachjs/top-scope
2020-09-01 clairexenMerge pull request #2365 from zachjs/const-arg-loop...
2020-08-29 Zachary SnowSimple support for %l format specifier
2020-08-29 Zachary SnowFix constant args used with function ports split across...
2020-08-21 Zachary SnowModule name scope support
2020-08-21 Zachary SnowAllow localparams in constant functions
next