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