Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-11-29 | 784 Bytes | |
v0.6.12.tar.gz | 2019-11-29 | 150.2 kB | |
v0.6.12.zip | 2019-11-29 | 218.5 kB | |
Totals: 3 Items | 369.5 kB | 0 |
- Fixed an issue with the legacy prj file parser (#69)
- Fixed an issue when handling the rebuild project HTTP command (#70)
- Handling git not being installed properly (fixes [#72])
- Fixed potential decoding issue when reading a file with non utf8 characters
- Changed default GHDL flags when compiling a target file to
--warn-runtime-error
,--warn-reserved
,--warn-unused
when compiling a target file (scope = single) - Optimized git ignore check to only check files that are not on the repo (should improve performance on Windows)
- Fixed an issue where a Verilog file might not be compiled as a dependency if a VHDL file used an entity defined in it
- Handling Verilog libraries the same way as in VHDL to allow Verilog units to be instantiated from VHDL correctly