-
Notifications
You must be signed in to change notification settings - Fork 189
/
NEWS
68 lines (63 loc) · 2.52 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0.5.4 2023-12-11 Olof Kindgren
======================================================
* Fix lint-only mode in Verilator
0.5.3 2023-12-08 Olof Kindgren
======================================================
* New flows: efinity
* New tools: efinity, sandpipersaas
* cocotb support for simulation flow
* New backends for legacy Tool API design_compiler, genus
* libero: Support projects without constraints or source files
* ise: Add --pgm switch
* radiant: Support SystemVerilog
* quartus: Add --pgm switch
* SymbiFlow: Support SystemVerilog
* verilator: Support additional gen-xml, gen-dpi-hdr, gen-preprocess modes
* vivado: Add --pgm switch
* vunit: Support file dependencies
* Fix EDAM documentation for flows and tools
0.5.1 2023-05-17 Olof Kindgren
======================================================
* yosys: Fix yosys_template option
* verilator: Fix dependencies on testbench files
* icarus: Add missing vvp_options
* Remove filelist backend
* vivado: Add programming option
0.5.0 2023-03-24 Olof Kindgren
======================================================
* New flows: generic, gate-level simulation
* New backends: filelist, sandpipersaas, openroad
* modelsim: Support mfcu mode
* icarus: Support multiple toplevels
* yosys : Support verilog output and simulation tag
* vivado: Support netlist generation an simulation tag
* Overhauled documentation
* Improve internal flow API
* Support external plugins
* Avoid unnecessary rebuilds with flow API
0.4.1 2022-12-26 Olof Kindgren
======================================================
* New flows: f4pga
* New backends: slang, Questa Formal
* Migrated to flow API: icarus
* icarus: Add vvp_options, support multiple top levels
* ise: Support FPGA families with spaces in name
* openlane: Support SystemVerilog
* vcs: Support launchers
* verilator: Fix include files
* vivado: Support launchers, fix pnr=none, fix include dirs on windows
* yosys: Only use -pvector for edif
* el_docker: Support additional docker args, update openlane version
* Don't capture output of script hooks
0.4.0 2022-07-12 Olof Kindgren
======================================================
* New backends: OpenFPGA, VPR, Mistral, gatemate
* symbiflow: Support Quicklogic
* xsim: :Fix VHDL generics quotation
* ISE: Added option to Specify JTAG chain index, fix windows path handling
* verilator: Support EDALIZE_LAUNCHER, limit CPU usage
* icestorm: Add icepack_options
* el_docker: Run as user instead of root
* vcs: Support boolean plusargs without value
* yosys: Support verilog output
* Flow API: Add get_tool_options function