Releases: emsec/hal
Releases · emsec/hal
v1.1.7
- Changed myself library to synopsys_nand_nor
- Fixed bug in bdd gen
- Added new gate library!
- Added python decorator to log function calls
- Changed question when hal file exists for better clarity
- Fixes #179. Parse yosys netlist correct. (#181)
- Set new vhdl parser as default, keep old one as fallback (#180)
v1.1.6
v1.1.5
- Added uninstall target and fixed make/ninja install on linux with correct ldconfig settings
- Test/test update (#176)
- Fixed OpenMP build for macOS 2nd try
- Fixed cmake on macOS
- resetted utils to master
- resetted some files to master
- Update Dockerfile
- Update install_dependencies.sh
- Update Dockerfile
- modified dependencies to include igraph
- reset files from vhdl_modules_feature branch
- Update scan_ff.py
- added missing line in python script
- added new gate_library for scan_ff - added gate decorator - added json for library
- cleaned community_detection
- community_detection working with igraph_community_fastgreedy + printing and plotting results
- added nangate gate library
- minor fixes
- Fix documentation error
- removed bug in split function in utils; added file exists function
- fixed some shadow warnings
- added file_exists function to core::utils
- implemented graph plot + community fastgreedy algorithm
- openmp
- prepared community detection with igraph
- Updated brew file to include graph
- added igraph to cmake
- added igraph
- bug in hdl writer - backslashes are being removed
- fixxed naming for modules
v1.1.4
- Remember py path for last 'saved as'
- Fix several bugs regarding file modified state
- Add file modified indicator
- Fix function call
- Remove unnecessary function parameters
- added missing includes
- Remove malformed whitespaces
- Remove global content manager artifacts
- Add python file modified indicator
- Deglobalize hal content manager
- Connect netlist watcher and file status manager
- Integrate global file status manager
- Add Quuid to python code editor
- Add global class to track modified files
- recent-files-items now keep track of their files and are removeable. This fixes issue #136
- Fix content manager integration
- Integrate content manager to previous solution
- Fix errors after master merge
- Add ability to reload pyscript if modified on disk
v1.1.3
v1.1.2
v1.1.1
v1.1.0.1
v1.1.0
- Added Support for Xilinx Unisim gate library
- Added Support for Xilinx Simprim gate library
- Added Support for Synopsys 90nm gate library
- Added Support for GSCLIB 3.0 gate library
- Added Support for UMC 0.18 um gate library
- Added VHDL and Verilog parser fixes
- Fixeds issue #143
- Fixed static lint issues