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