Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    1026bf31
    Fix the handling of fby in Soc. · 1026bf31
    Erwan Jahier authored
    Indeed, the initialisation of the fby was done when the soc was
    created.  Hence the first fby that was translated was giving its
    initial value to all others forthcoming fby !!!
    
    In order to fix that, I've modified the type of Soc.key so that the
    initial value is part of its key.
    
    Note that currently, it does not work if the initial value is an input.
    1026bf31
    History
    Fix the handling of fby in Soc.
    Erwan Jahier authored
    Indeed, the initialisation of the fby was done when the soc was
    created.  Hence the first fby that was translated was giving its
    initial value to all others forthcoming fby !!!
    
    In order to fix that, I've modified the type of Soc.key so that the
    initial value is part of its key.
    
    Note that currently, it does not work if the initial value is an input.