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