-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog
29 lines (25 loc) · 1.29 KB
/
changelog
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
v0.3.0
- TODO: full support for the ZedBoard
- TODO: support for additional ise version (14.2, 14.3, 14.5)
- TODO: support for verilog files (.v), netlist files (.ngc) and constraint files (.ucf) based on file extension
- no longer runs synthesis if nothing changed
- more structural improvements to support further backend extension
- tutorial added
- fixed: bdl imports now working
- fixed: imports and source references now relative to currently parsed .bdl file
v0.2.0
- DHCP support
- introduced logfiles for xps and sdk builds
- changed syntax of several command line flags
- introduced sdkonly flag which skips hw synthesis completely
- internal changes for better flexibility concerning backends
- improved logging
- renamed server and client to board and host
- provided a new eclipse setup that should work better
- dedicated ise 14.6 workflow backend
- fixed: hardware queues now working correctly
- fixed: known issues of Ethernet connector (esp. memory problems)
- fixed: workflow backends now all use their own core versions
- fixed: injected cores now always lower case (ise 14.6 does require this)
- fixed: non-verbose runs should now finish correctly but still report bugs (due to parallel runs, failing of the build may take some time though)
- fixed: multiple small fixes to host-side c++ driver code