flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Expose naming pattern for new inputs and outputs #612

Open flandreas opened 1 year ago

flandreas commented 1 year ago

Another thought: You could instead expose the naming pattern as properties on the circuit for input, output, and input/output. Something like: Input Naming: I{n} Output Naming: O{n} Input/Output: IO{n}

74xx series IC's often have inputs like A, B, C, D and outputs with numbers, which would look like: Input Naming: {L} Output Naming: {n,0} (0 being the starting number)

And one could also do things like "Σ{n,1}".

Originally posted by @richardabendroth in https://github.com/flandreas/antares/issues/590#issuecomment-1605562310