chipmuenk on file_io
Don't trigger self.ui2qdict whe… clean up commented out code Sig… Clean up ui Signed-off-by: Chri… and 1 more (compare)
chipmuenk on file_io
improve icon layout Signed-off-… simplify format combobox defini… (compare)
chipmuenk on file_io
rename key 'frmt' -> 'fx_base' … fix regression error Signed-off… (compare)
chipmuenk on file_io
update docstrings, simplify con… (compare)
chipmuenk on file_io
instantiate filter instance tog… fix missing parentheses Signed-… (compare)
chipmuenk on file_io
add attribute to track changes … remove superfluous keys for qua… reenable resetting overflow cou… and 23 more (compare)
chipmuenk on file_io
add debugging info Signed-off-b… improve handling of updated coe… don't reset counter when updati… (compare)
chipmuenk on file_io
Don't quantize '1' of recursive… (compare)
chipmuenk on file_io
return 0 instead of None for co… use numexpr.get_vml_version to … remove pyfixp import (unused) S… and 3 more (compare)
github-actions[bot] on latest
chipmuenk on master
change version in appdata show folder extension of the yaml file is d… and 4 more (compare)
chipmuenk on develop
change version in appdata show folder extension of the yaml file is d… and 3 more (compare)
chipmuenk on develop
Update README.md (compare)
myhdl.fixbv
this should be fairly straight forward, currently we have a gsoc student working on the fixbv
features and the backend compiler
fixbv
for the fixed-point analysis and coefficient generations but it will be quite a while before we can use it directly in the filter HDL implementations.
hdl_specs.py
file now dynamically loads filter design files (currently only hdl_df1.py
and hdl_df2.py
each with its own UI, an image of the filter topology and the myhdl description of filter topology. The filter design files are more or less demo files to test error catching and the interaction between myhdl and pyfda without proper functionality.hdl_specs.py
file triggers HDL conversion (works for a biquad, although none of the UI information is used for conversion). Fixpoint simulation still throws an error (now "Simulation failed: Inappriopriate argument type:" )conda install / update -c Chipmuenk pyfda
orpip install pyfda -U
.