Olivier
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) :  We...
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 }...
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 =...
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...
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...
Labels for the two D Flip-Flops in standard library are written PRE/CRL instead of PRE/CLR (it's a detail I know)