Steven Herbst
Steven Herbst
Glad that you're finding it useful. ``svreal`` has three properties associated with each fixed-point signal: 1. Width: total number of bits for signal. For example, if the width is "8",...
Looks like the README file might be out of date. From the ``install.sh`` file in this repository, the configure command is ```shell ./configure --enable-sky130-pdk=`realpath ../skywater-pdk` --with-sky130-local-path=`realpath ../PDKS` ``` But in...
Notes: * This should be applied to both ``anasymod/emu/vivado_emu.py`` and ``anasymod/sim/vivado.py``. * Some extra TCL code needs to be added to prevent the command from failing if there are no...
Thanks for raising this issue! May I ask which function is invoking the Python executable? The main one that comes to mind is when **msdsl** is used to generate models....
OK, thanks for letting me know. I'll move the issue to **msdsl**.
Thanks! Can confirm that this issue is resolved after building from the latest commit (97e3ae6). If you have a chance, would you mind creating a 1.83 release?
Looks like this is still the case. But since it really doesn't take that long to rebuild, I don't think we need to worry about this. I suggest closing the...
This is the code snippet showing how the PI code is set: https://github.com/StanfordVLSI/dragonphy2/blob/2d280b99c7884aedabea331e1e2498c6bb49c457/vlog/new_chip_src/digital_core/digital_core.sv#L163-L171 Since ``en_ext_max_sel_mux`` currently defaults to ``0``, it relies on the analog core to have a reasonable value...
I'll assign this @zamyers since it seems both solutions mentioned above involve updates to ``digital_core`` or its register defaults. But it would be good to get some feedback from @sjkim85...