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