forked from olofk/edalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
27 lines (26 loc) · 1.08 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
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