chipmuenk on file_io
update ui and rename butQuant t… remove redundant code Signed-of… correct typo Signed-off-by: Chr… (compare)
chipmuenk on file_io
rename cmb_disp_frmt -> cmb_fx_… Merge branch 'file_io' of https… regression bug, correct naming … and 1 more (compare)
chipmuenk on file_io
Treat initialization of zi_a wi… add comments and logging messag… update ui when data has been up… and 4 more (compare)
chipmuenk on file_io
update comments Signed-off-by: … clean up comments Signed-off-by… (compare)
chipmuenk on file_io
Improve docstrings Signed-off-b… Add "No quantization" option fo… Reset filter register as well S… and 4 more (compare)
chipmuenk on file_io
reset internal states as well S… (compare)
chipmuenk on file_io
Initialize overflow counters du… Don't reset overflow counters b… add comments Signed-off-by: Chr… and 2 more (compare)
chipmuenk on file_io
update logging messages and com… rename `setQobj` by the more lo… Update comments, create local c… and 2 more (compare)
chipmuenk on file_io
update comments Signed-off-by: … update comments Signed-off-by: … re-emit signal with id of curre… and 1 more (compare)
chipmuenk on file_io
add option for no overflow beha… connect filter widget to local … Update logger command and comme… and 3 more (compare)
chipmuenk on file_io
Fixing issue "Entering complex … Merge pull request #218 from je… (compare)
chipmuenk on file_io
Add debug statement Signed-off-… (compare)
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)
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
.