GALasm icon indicating copy to clipboard operation
GALasm copied to clipboard

Very slightly modified version of Alessandro Zummo's GALasm 2.1, for programming GAL devices

Results 4 GALasm issues
Sort by recently updated
recently updated
newest added

I was wondering if there would be any logical reason why we could not implement a bit more flexibility in the Pin Naming conventions. For example being able to name...

I notice that there is no support for negation of Active Low Pins. For example ` !/A0 ` produces an error.

Not an issue....just a comment for those on macOS (o; This is what I use as Makefile to create an universal binary on macOS: ``` TARGET = galasm OBJS =...

I was doing come comparisons with OPALjr's EQN2JED.EXE and noticed it's .jed files include the fuses to disable unused product terms. GALasm seems to enable all the product terms. From...