Olivier

Results 6 issues of Olivier

When choosing "inverter" as transistor symbol : during circuit creation symbol is fine, but during simulation it appears as open switch everytime (even when gate is closed) : ![image](https://github.com/flandreas/antares/assets/56048110/2e8562dd-2995-4bd8-a147-61837ee2d6f7) We...

bug
done

I just defined a 100% scripted subcircuit with an 8 bit input (inp) and a 16 bit output (out). The script is : ``` init { out = 0 }...

bug
done

If I add "PRE = 1" and "CLR = 1" to the init part of the function parameter the simulation doesn't launch anymore. Everything is fine with only "Q =...

bug
done

I think it would be very useful to implement a defaut value for input and output pins. For example in the schematics I try to reproduce in Antares there's a...

feature
done

For my actual project I made a subcircuit that is identical to a D Flip-Flop PRE/CLR (neg) but with an enable pin and parametrable bit width. It works fine but...

feature
done

Labels for the two D Flip-Flops in standard library are written PRE/CRL instead of PRE/CLR (it's a detail I know)

bug
done