Merge pull request #1153 from YosysHQ/dave/fix_multi_mux
[yosys.git] / CHANGELOG
1
2 List of major changes and improvements between releases
3 =======================================================
4
5
6 Yosys 0.9 .. Yosys 0.9-dev
7 --------------------------
8
9 * Various
10 - Added "write_xaiger" backend
11 - Added "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs)
12 - Added "synth_xilinx -abc9" (experimental)
13 - Added "synth_ice40 -abc9" (experimental)
14 - Added "synth -abc9" (experimental)
15
16
17 Yosys 0.8 .. Yosys 0.8-dev
18 --------------------------
19
20 * Various
21 - Added $changed support to read_verilog
22 - Added "write_edif -attrprop"
23 - Added "ice40_unlut" pass
24 - Added "opt_lut" pass
25 - Added "synth_ice40 -relut"
26 - Added "synth_ice40 -noabc"
27 - Added "gate2lut.v" techmap rule
28 - Added "rename -src"
29 - Added "equiv_opt" pass
30 - Added "shregmap -tech xilinx"
31 - Added "read_aiger" frontend
32 - Added "muxcover -mux{4,8,16}=<cost>"
33 - Added "muxcover -dmux=<cost>"
34 - Added "muxcover -nopartial"
35 - Added "muxpack" pass
36 - Added "pmux2shiftx -norange"
37 - Added "synth_xilinx -nocarry"
38 - Added "synth_xilinx -nowidelut"
39 - Added "synth_ecp5 -nowidelut"
40 - "synth_xilinx" to now infer hard shift registers (-nosrl to disable)
41 - Fixed sign extension of unsized constants with 'bx and 'bz MSB
42
43
44 Yosys 0.7 .. Yosys 0.8
45 ----------------------
46
47 * Various
48 - Many bugfixes and small improvements
49 - Strip debug symbols from installed binary
50 - Replace -ignore_redef with -[no]overwrite in front-ends
51 - Added write_verilog hex dump support, add -nohex option
52 - Added "write_verilog -decimal"
53 - Added "scc -set_attr"
54 - Added "verilog_defines" command
55 - Remember defines from one read_verilog to next
56 - Added support for hierarchical defparam
57 - Added FIRRTL back-end
58 - Improved ABC default scripts
59 - Added "design -reset-vlog"
60 - Added "yosys -W regex", "yosys -w regex", and "yosys -e regex"
61 - Added Verilog $rtoi and $itor support
62 - Added "check -initdrv"
63 - Added "read_blif -wideports"
64 - Added support for SystemVerilog "++" and "--" operators
65 - Added support for SystemVerilog unique, unique0, and priority case
66 - Added "write_edif" options for edif "flavors"
67 - Added support for resetall compiler directive
68 - Added simple C beck-end (bitwise combinatorical only atm)
69 - Added $_ANDNOT_ and $_ORNOT_ cell types
70 - Added cell library aliases to "abc -g"
71 - Added "setundef -anyseq"
72 - Added "chtype" command
73 - Added "design -import"
74 - Added "write_table" command
75 - Added "read_json" command
76 - Added "sim" command
77 - Added "extract_fa" and "extract_reduce" commands
78 - Added "extract_counter" command
79 - Added "opt_demorgan" command
80 - Added support for $size and $bits SystemVerilog functions
81 - Added "blackbox" command
82 - Added "ltp" command
83 - Added support for editline as replacement for readline
84 - Added warnings for driver-driver conflicts between FFs (and other cells) and constants
85 - Added "yosys -E" for creating Makefile dependencies files
86 - Added "synth -noshare"
87 - Added "memory_nordff"
88 - Added "setundef -undef -expose -anyconst"
89 - Added "expose -input"
90 - Added specify/specparam parser support (simply ignore them)
91 - Added "write_blif -inames -iattr"
92 - Added "hierarchy -simcheck"
93 - Added an option to statically link abc into yosys
94 - Added protobuf back-end
95 - Added BLIF parsing support for .conn and .cname
96 - Added read_verilog error checking for reg/wire/logic misuse
97 - Added "make coverage" and ENABLE_GCOV build option
98
99 * Changes in Yosys APIs
100 - Added ConstEval defaultval feature
101 - Added {get,set}_src_attribute() methods on RTLIL::AttrObject
102 - Added SigSpec::is_fully_ones() and Const::is_fully_ones()
103 - Added log_file_warning() and log_file_error() functions
104
105 * Formal Verification
106 - Added "write_aiger"
107 - Added "yosys-smtbmc --aig"
108 - Added "always <positive_int>" to .smtc format
109 - Added $cover cell type and support for cover properties
110 - Added $fair/$live cell type and support for liveness properties
111 - Added smtbmc support for memory vcd dumping
112 - Added "chformal" command
113 - Added "write_smt2 -stbv" and "write_smt2 -stdt"
114 - Fix equiv_simple, old behavior now available with "equiv_simple -short"
115 - Change to Yices2 as default SMT solver (it is GPL now)
116 - Added "yosys-smtbmc --presat" (now default in SymbiYosys)
117 - Added "yosys-smtbmc --smtc-init --smtc-top --noinit"
118 - Added a brand new "write_btor" command for BTOR2
119 - Added clk2fflogic memory support and other improvements
120 - Added "async memory write" support to write_smt2
121 - Simulate clock toggling in yosys-smtbmc VCD output
122 - Added $allseq/$allconst cells for EA-solving
123 - Make -nordff the default in "prep"
124 - Added (* gclk *) attribute
125 - Added "async2sync" pass for single-clock designs with async resets
126
127 * Verific support
128 - Many improvements in Verific front-end
129 - Added proper handling of concurent SVA properties
130 - Map "const" and "rand const" to $anyseq/$anyconst
131 - Added "verific -import -flatten" and "verific -import -extnets"
132 - Added "verific -vlog-incdir -vlog-define -vlog-libdir"
133 - Remove PSL support (because PSL has been removed in upstream Verific)
134 - Improve integration with "hierarchy" command design elaboration
135 - Added YOSYS_NOVERIFIC for running non-verific test cases with verific bin
136 - Added simpilied "read" command that automatically uses verific if available
137 - Added "verific -set-<severity> <msg_id>.."
138 - Added "verific -work <libname>"
139
140 * New back-ends
141 - Added initial Coolrunner-II support
142 - Added initial eASIC support
143 - Added initial ECP5 support
144
145 * GreenPAK Support
146 - Added support for GP_DLATCH, GP_SPI, GP_DCMx, GP_COUNTx, etc.
147
148 * iCE40 Support
149 - Add "synth_ice40 -vpr"
150 - Add "synth_ice40 -nodffe"
151 - Add "synth_ice40 -json"
152 - Add Support for UltraPlus cells
153
154 * MAX10 and Cyclone IV Support
155 - Added initial version of metacommand "synth_intel".
156 - Improved write_verilog command to produce VQM netlist for Quartus Prime.
157 - Added support for MAX10 FPGA family synthesis.
158 - Added support for Cyclone IV family synthesis.
159 - Added example of implementation for DE2i-150 board.
160 - Added example of implementation for MAX10 development kit.
161 - Added LFSR example from Asic World.
162 - Added "dffinit -highlow" for mapping to Intel primitives
163
164
165 Yosys 0.6 .. Yosys 0.7
166 ----------------------
167
168 * Various
169 - Added "yosys -D" feature
170 - Added support for installed plugins in $(DATDIR)/plugins/
171 - Renamed opt_const to opt_expr
172 - Renamed opt_share to opt_merge
173 - Added "prep -flatten" and "synth -flatten"
174 - Added "prep -auto-top" and "synth -auto-top"
175 - Using "mfs" and "lutpack" in ABC lut mapping
176 - Support for abstract modules in chparam
177 - Cleanup abstract modules at end of "hierarchy -top"
178 - Added tristate buffer support to iopadmap
179 - Added opt_expr support for div/mod by power-of-two
180 - Added "select -assert-min <N> -assert-max <N>"
181 - Added "attrmvcp" pass
182 - Added "attrmap" command
183 - Added "tee +INT -INT"
184 - Added "zinit" pass
185 - Added "setparam -type"
186 - Added "shregmap" pass
187 - Added "setundef -init"
188 - Added "nlutmap -assert"
189 - Added $sop cell type and "abc -sop -I <num> -P <num>"
190 - Added "dc2" to default ABC scripts
191 - Added "deminout"
192 - Added "insbuf" command
193 - Added "prep -nomem"
194 - Added "opt_rmdff -keepdc"
195 - Added "prep -nokeepdc"
196 - Added initial version of "synth_gowin"
197 - Added "fsm_expand -full"
198 - Added support for fsm_encoding="user"
199 - Many improvements in GreenPAK4 support
200 - Added black box modules for all Xilinx 7-series lib cells
201 - Added synth_ice40 support for latches via logic loops
202 - Fixed ice40_opt lut unmapping, added "ice40_opt -unlut"
203
204 * Build System
205 - Added ABCEXTERNAL and ABCURL make variables
206 - Added BINDIR, LIBDIR, and DATDIR make variables
207 - Added PKG_CONFIG make variable
208 - Added SEED make variable (for "make test")
209 - Added YOSYS_VER_STR make variable
210 - Updated min GCC requirement to GCC 4.8
211 - Updated required Bison version to Bison 3.x
212
213 * Internal APIs
214 - Added ast.h to exported headers
215 - Added ScriptPass helper class for script-like passes
216 - Added CellEdgesDatabase API
217
218 * Front-ends and Back-ends
219 - Added filename glob support to all front-ends
220 - Added avail (black-box) module params to ilang format
221 - Added $display %m support
222 - Added support for $stop Verilog system task
223 - Added support for SystemVerilog packages
224 - Fixed procedural assignments to non-unique lvalues, e.g. {y,y} = {a,b}
225 - Added support for "active high" and "active low" latches in read_blif and write_blif
226 - Use init value "2" for all uninitialized FFs in BLIF back-end
227 - Added "read_blif -sop"
228 - Added "write_blif -noalias"
229 - Added various write_blif options for VTR support
230 - write_json: also write module attributes.
231 - Added "write_verilog -nodec -nostr -defparam"
232 - Added "read_verilog -norestrict -assume-asserts"
233 - Added support for bus interfaces to "read_liberty -lib"
234 - Added liberty parser support for types within cell decls
235 - Added "write_verilog -renameprefix -v"
236 - Added "write_edif -nogndvcc"
237
238 * Formal Verification
239 - Support for hierarchical designs in smt2 back-end
240 - Yosys-smtbmc: Support for hierarchical VCD dumping
241 - Added $initstate cell type and vlog function
242 - Added $anyconst and $anyseq cell types and vlog functions
243 - Added printing of code loc of failed asserts to yosys-smtbmc
244 - Added memory_memx pass, "memory -memx", and "prep -memx"
245 - Added "proc_mux -ifx"
246 - Added "yosys-smtbmc -g"
247 - Deprecated "write_smt2 -regs" (by default on now)
248 - Made "write_smt2 -bv -mem" default, added "write_smt2 -nobv -nomem"
249 - Added support for memories to smtio.py
250 - Added "yosys-smtbmc --dump-vlogtb"
251 - Added "yosys-smtbmc --smtc --dump-smtc"
252 - Added "yosys-smtbmc --dump-all"
253 - Added assertpmux command
254 - Added "yosys-smtbmc --unroll"
255 - Added $past, $stable, $rose, $fell SVA functions
256 - Added "yosys-smtbmc --noinfo and --dummy"
257 - Added "yosys-smtbmc --noincr"
258 - Added "yosys-smtbmc --cex <filename>"
259 - Added $ff and $_FF_ cell types
260 - Added $global_clock verilog syntax support for creating $ff cells
261 - Added clk2fflogic
262
263
264 Yosys 0.5 .. Yosys 0.6
265 ----------------------
266
267 * Various
268 - Added Contributor Covenant Code of Conduct
269 - Various improvements in dict<> and pool<>
270 - Added hashlib::mfp and refactored SigMap
271 - Improved support for reals as module parameters
272 - Various improvements in SMT2 back-end
273 - Added "keep_hierarchy" attribute
274 - Verilog front-end: define `BLACKBOX in -lib mode
275 - Added API for converting internal cells to AIGs
276 - Added ENABLE_LIBYOSYS Makefile option
277 - Removed "techmap -share_map" (use "-map +/filename" instead)
278 - Switched all Python scripts to Python 3
279 - Added support for $display()/$write() and $finish() to Verilog front-end
280 - Added "yosys-smtbmc" formal verification flow
281 - Added options for clang sanitizers to Makefile
282
283 * New commands and options
284 - Added "scc -expect <N> -nofeedback"
285 - Added "proc_dlatch"
286 - Added "check"
287 - Added "select %xe %cie %coe %M %C %R"
288 - Added "sat -dump_json" (WaveJSON format)
289 - Added "sat -tempinduct-baseonly -tempinduct-inductonly"
290 - Added "sat -stepsize" and "sat -tempinduct-step"
291 - Added "sat -show-regs -show-public -show-all"
292 - Added "write_json" (Native Yosys JSON format)
293 - Added "write_blif -attr"
294 - Added "dffinit"
295 - Added "chparam"
296 - Added "muxcover"
297 - Added "pmuxtree"
298 - Added memory_bram "make_outreg" feature
299 - Added "splice -wires"
300 - Added "dff2dffe -direct-match"
301 - Added simplemap $lut support
302 - Added "read_blif"
303 - Added "opt_share -share_all"
304 - Added "aigmap"
305 - Added "write_smt2 -mem -regs -wires"
306 - Added "memory -nordff"
307 - Added "write_smv"
308 - Added "synth -nordff -noalumacc"
309 - Added "rename -top new_name"
310 - Added "opt_const -clkinv"
311 - Added "synth -nofsm"
312 - Added "miter -assert"
313 - Added "read_verilog -noautowire"
314 - Added "read_verilog -nodpi"
315 - Added "tribuf"
316 - Added "lut2mux"
317 - Added "nlutmap"
318 - Added "qwp"
319 - Added "test_cell -noeval"
320 - Added "edgetypes"
321 - Added "equiv_struct"
322 - Added "equiv_purge"
323 - Added "equiv_mark"
324 - Added "equiv_add -try -cell"
325 - Added "singleton"
326 - Added "abc -g -luts"
327 - Added "torder"
328 - Added "write_blif -cname"
329 - Added "submod -copy"
330 - Added "dffsr2dff"
331 - Added "stat -liberty"
332
333 * Synthesis metacommands
334 - Various improvements in synth_xilinx
335 - Added synth_ice40 and synth_greenpak4
336 - Added "prep" metacommand for "synthesis lite"
337
338 * Cell library changes
339 - Added cell types to "help" system
340 - Added $meminit cell type
341 - Added $assume cell type
342 - Added $_MUX4_, $_MUX8_, and $_MUX16_ cells
343 - Added $tribuf and $_TBUF_ cell types
344 - Added read-enable to memory model
345
346 * YosysJS
347 - Various improvements in emscripten build
348 - Added alternative webworker-based JS API
349 - Added a few example applications
350
351
352 Yosys 0.4 .. Yosys 0.5
353 ----------------------
354
355 * API changes
356 - Added log_warning()
357 - Added eval_select_args() and eval_select_op()
358 - Added cell->known(), cell->input(portname), cell->output(portname)
359 - Skip blackbox modules in design->selected_modules()
360 - Replaced std::map<> and std::set<> with dict<> and pool<>
361 - New SigSpec::extend() is what used to be SigSpec::extend_u0()
362 - Added YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN
363
364 * Cell library changes
365 - Added flip-flops with enable ($dffe etc.)
366 - Added $equiv cells for equivalence checking framework
367
368 * Various
369 - Updated ABC to hg rev 61ad5f908c03
370 - Added clock domain partitioning to ABC pass
371 - Improved plugin building (see "yosys-config --build")
372 - Added ENABLE_NDEBUG Makefile flag for high-performance builds
373 - Added "yosys -d", "yosys -L" and other driver improvements
374 - Added support for multi-bit (array) cell ports to "write_edif"
375 - Now printing most output to stdout, not stderr
376 - Added "onehot" attribute (set by "fsm_map")
377 - Various performance improvements
378 - Vastly improved Xilinx flow
379 - Added "make unsintall"
380
381 * Equivalence checking
382 - Added equivalence checking commands:
383 equiv_make equiv_simple equiv_status
384 equiv_induct equiv_miter
385 equiv_add equiv_remove
386
387 * Block RAM support:
388 - Added "memory_bram" command
389 - Added BRAM support to Xilinx flow
390
391 * Other New Commands and Options
392 - Added "dff2dffe"
393 - Added "fsm -encfile"
394 - Added "dfflibmap -prepare"
395 - Added "write_blid -unbuf -undef -blackbox"
396 - Added "write_smt2" for writing SMT-LIBv2 files
397 - Added "test_cell -w -muxdiv"
398 - Added "select -read"
399
400
401 Yosys 0.3.0 .. Yosys 0.4
402 ------------------------
403
404 * Platform Support
405 - Added support for mxe-based cross-builds for win32
406 - Added sourcecode-export as VisualStudio project
407 - Added experimental EMCC (JavaScript) support
408
409 * Verilog Frontend
410 - Added -sv option for SystemVerilog (and automatic *.sv file support)
411 - Added support for real-valued constants and constant expressions
412 - Added support for non-standard "via_celltype" attribute on task/func
413 - Added support for non-standard "module mod_name(...);" syntax
414 - Added support for non-standard """ macro bodies
415 - Added support for array with more than one dimension
416 - Added support for $readmemh and $readmemb
417 - Added support for DPI functions
418
419 * Changes in internal cell library
420 - Added $shift and $shiftx cell types
421 - Added $alu, $lcu, $fa and $macc cell types
422 - Removed $bu0 and $safe_pmux cell types
423 - $mem/$memwr WR_EN input is now a per-data-bit enable signal
424 - Added $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ $_OAI4_
425 - Renamed ports of $lut cells (from I->O to A->Y)
426 - Renamed $_INV_ to $_NOT_
427
428 * Changes for simple synthesis flows
429 - There is now a "synth" command with a recommended default script
430 - Many improvements in synthesis of arithmetic functions to gates
431 - Multipliers and adders with many operands are using carry-save adder trees
432 - Remaining adders are now implemented using Brent-Kung carry look-ahead adders
433 - Various new high-level optimizations on RTL netlist
434 - Various improvements in FSM optimization
435 - Updated ABC to hg 5b5af75f1dda (from 2014-11-07)
436
437 * Changes in internal APIs and RTLIL
438 - Added log_id() and log_cell() helper functions
439 - Added function-like cell creation helpers
440 - Added GetSize() function (like .size() but with int)
441 - Major refactoring of RTLIL::Module and related classes
442 - Major refactoring of RTLIL::SigSpec and related classes
443 - Now RTLIL::IdString is essentially an int
444 - Added macros for code coverage counters
445 - Added some Makefile magic for pretty make logs
446 - Added "kernel/yosys.h" with all the core definitions
447 - Changed a lot of code from FILE* to c++ streams
448 - Added RTLIL::Monitor API and "trace" command
449 - Added "Yosys" C++ namespace
450
451 * Changes relevant to SAT solving
452 - Added ezSAT::keep_cnf() and ezSAT::non_incremental()
453 - Added native ezSAT support for vector shift ops
454 - Updated MiniSAT to git 37dc6c67e2 (from 2013-09-25)
455
456 * New commands (or large improvements to commands)
457 - Added "synth" command with default script
458 - Added "share" (finally some real resource sharing)
459 - Added "memory_share" (reduce number of ports on memories)
460 - Added "wreduce" and "alumacc" commands
461 - Added "opt -keepdc -fine -full -fast"
462 - Added some "test_*" commands
463
464 * Various other changes
465 - Added %D and %c select operators
466 - Added support for labels in yosys scripts
467 - Added support for here-documents in yosys scripts
468 - Support "+/" prefix for files from proc_share_dir
469 - Added "autoidx" statement to ilang language
470 - Switched from "yosys-svgviewer" to "xdot"
471 - Renamed "stdcells.v" to "techmap.v"
472 - Various bug fixes and small improvements
473 - Improved welcome and bye messages
474
475
476 Yosys 0.2.0 .. Yosys 0.3.0
477 --------------------------
478
479 * Driver program and overall behavior:
480 - Added "design -push" and "design -pop"
481 - Added "tee" command for redirecting log output
482
483 * Changes in the internal cell library:
484 - Added $dlatchsr and $_DLATCHSR_???_ cell types
485
486 * Improvements in Verilog frontend:
487 - Improved support for const functions (case, always, repeat)
488 - The generate..endgenerate keywords are now optional
489 - Added support for arrays of module instances
490 - Added support for "`default_nettype" directive
491 - Added support for "`line" directive
492
493 * Other front- and back-ends:
494 - Various changes to "write_blif" options
495 - Various improvements in EDIF backend
496 - Added "vhdl2verilog" pseudo-front-end
497 - Added "verific" pseudo-front-end
498
499 * Improvements in technology mapping:
500 - Added support for recursive techmap
501 - Added CONSTMSK and CONSTVAL features to techmap
502 - Added _TECHMAP_CONNMAP_*_ feature to techmap
503 - Added _TECHMAP_REPLACE_ feature to techmap
504 - Added "connwrappers" command for wrap-extract-unwrap method
505 - Added "extract -map %<design_name>" feature
506 - Added "extract -ignore_param ..." and "extract -ignore_parameters"
507 - Added "techmap -max_iter" option
508
509 * Improvements to "eval" and "sat" framework:
510 - Now include a copy of Minisat (with build fixes applied)
511 - Switched to Minisat::SimpSolver as SAT back-end
512 - Added "sat -dump_vcd" feature
513 - Added "sat -dump_cnf" feature
514 - Added "sat -initsteps <N>" feature
515 - Added "freduce -stop <N>" feature
516 - Added "freduce -dump <prefix>" feature
517
518 * Integration with ABC:
519 - Updated ABC rev to 7600ffb9340c
520
521 * Improvements in the internal APIs:
522 - Added RTLIL::Module::add... helper methods
523 - Various build fixes for OSX (Darwin) and OpenBSD
524
525
526 Yosys 0.1.0 .. Yosys 0.2.0
527 --------------------------
528
529 * Changes to the driver program:
530 - Added "yosys -h" and "yosys -H"
531 - Added support for backslash line continuation in scripts
532 - Added support for #-comments in same line as command
533 - Added "echo" and "log" commands
534
535 * Improvements in Verilog frontend:
536 - Added support for local registers in named blocks
537 - Added support for "case" in "generate" blocks
538 - Added support for $clog2 system function
539 - Added support for basic SystemVerilog assert statements
540 - Added preprocessor support for macro arguments
541 - Added preprocessor support for `elsif statement
542 - Added "verilog_defaults" command
543 - Added read_verilog -icells option
544 - Added support for constant sizes from parameters
545 - Added "read_verilog -setattr"
546 - Added support for function returning 'integer'
547 - Added limited support for function calls in parameter values
548 - Added "read_verilog -defer" to suppress evaluation of modules with default parameters
549
550 * Other front- and back-ends:
551 - Added BTOR backend
552 - Added Liberty frontend
553
554 * Improvements in technology mapping:
555 - The "dfflibmap" command now strongly prefers solutions with
556 no inverters in clock paths
557 - The "dfflibmap" command now prefers cells with smaller area
558 - Added support for multiple -map options to techmap
559 - Added "dfflibmap" support for //-comments in liberty files
560 - Added "memory_unpack" command to revert "memory_collect"
561 - Added standard techmap rule "techmap -share_map pmux2mux.v"
562 - Added "iopadmap -bits"
563 - Added "setundef" command
564 - Added "hilomap" command
565
566 * Changes in the internal cell library:
567 - Major rewrite of simlib.v for better compatibility with other tools
568 - Added PRIORITY parameter to $memwr cells
569 - Added TRANSPARENT parameter to $memrd cells
570 - Added RD_TRANSPARENT parameter to $mem cells
571 - Added $bu0 cell (always 0-extend, even undef MSB)
572 - Added $assert cell type
573 - Added $slice and $concat cell types
574
575 * Integration with ABC:
576 - Updated ABC to hg rev 2058c8ccea68
577 - Tighter integration of ABC build with Yosys build. The make
578 targets 'make abc' and 'make install-abc' are now obsolete.
579 - Added support for passing FFs from one clock domain through ABC
580 - Now always use BLIF as exchange format with ABC
581 - Added support for "abc -script +<command_sequence>"
582 - Improved standard ABC recipe
583 - Added support for "keep" attribute to abc command
584 - Added "abc -dff / -clk / -keepff" options
585
586 * Improvements to "eval" and "sat" framework:
587 - Added support for "0" and "~0" in right-hand side -set expressions
588 - Added "eval -set-undef" and "eval -table"
589 - Added "sat -set-init" and "sat -set-init-*" for sequential problems
590 - Added undef support to SAT solver, incl. various new "sat" options
591 - Added correct support for === and !== for "eval" and "sat"
592 - Added "sat -tempinduct" (default -seq is now non-induction sequential)
593 - Added "sat -prove-asserts"
594 - Complete rewrite of the 'freduce' command
595 - Added "miter" command
596 - Added "sat -show-inputs" and "sat -show-outputs"
597 - Added "sat -ignore_unknown_cells" (now produce an error by default)
598 - Added "sat -falsify"
599 - Now "sat -verify" and "sat -falsify" can also be used without "-prove"
600 - Added "expose" command
601 - Added support for @<sel_name> to sat and eval signal expressions
602
603 * Changes in the 'make test' framework and auxiliary test tools:
604 - Added autotest.sh -p and -f options
605 - Replaced autotest.sh ISIM support with XSIM support
606 - Added test cases for SAT framework
607
608 * Added "abbreviated IDs":
609 - Now $<something>$foo can be abbreviated as $foo.
610 - Usually this last part is a unique id (from RTLIL::autoidx)
611 - This abbreviated IDs are now also used in "show" output
612
613 * Other changes to selection framework:
614 - Now */ is optional in */<mode>:<arg> expressions
615 - Added "select -assert-none" and "select -assert-any"
616 - Added support for matching modules by attribute (A:<expr>)
617 - Added "select -none"
618 - Added support for r:<expr> pattern for matching cell parameters
619 - Added support for !=, <, <=, >=, > for attribute and parameter matching
620 - Added support for %s for selecting sub-modules
621 - Added support for %m for expanding selections to whole modules
622 - Added support for i:*, o:* and x:* pattern for selecting module ports
623 - Added support for s:<expr> pattern for matching wire width
624 - Added support for %a operation to select wire aliases
625
626 * Various other changes to commands and options:
627 - The "ls" command now supports wildcards
628 - Added "show -pause" and "show -format dot"
629 - Added "show -color" support for cells
630 - Added "show -label" and "show -notitle"
631 - Added "dump -m" and "dump -n"
632 - Added "history" command
633 - Added "rename -hide"
634 - Added "connect" command
635 - Added "splitnets -driver"
636 - Added "opt_const -mux_undef"
637 - Added "opt_const -mux_bool"
638 - Added "opt_const -undriven"
639 - Added "opt -mux_undef -mux_bool -undriven -purge"
640 - Added "hierarchy -libdir"
641 - Added "hierarchy -purge_lib" (by default now do not remove lib cells)
642 - Added "delete" command
643 - Added "dump -append"
644 - Added "setattr" and "setparam" commands
645 - Added "design -stash/-copy-from/-copy-to"
646 - Added "copy" command
647 - Added "splice" command
648