First post, by anthony
anthony
Offline
Rank
Member
hi
want to make jed file from some sort of palasm equations. will be very appreciate for help for converting paslasm equations to wincupl suited form. i had no luck to run palasm4 1.5 (it freezes every time when i try to compile something), so i decide to try wincupl.
source code looks like this:
;INPUTPIN 1 CLKPIN 11 /OEPIN 2 BSMRASPIN 3 BSMA19PIN 4 BSMA20PIN 5 BASEM1PIN 7 BASEM0;OUTPUTPIN 12 A23 REGPIN 13 A21 REGPIN 14 OE_8MNPIN 15 OE_6MNPIN 16 OE_4MNPIN 17 OE_2MNPIN 19 RASB;POWERPIN 10 GNDPIN 20 VCC;----------------------------------- Boolean Equation Segment ------EQUATIONS/RASB = BSMRASA23 = BSMA19A23.CLKF = CLKA21 = BSMA20A21.CLKF = CLKOE_2MN = (A23 + BSMA19 + /A21 + BSMA20 + /BASEM1 + /BASEM0)* (A23 + BSMA19 + /A21 + /BSMA20 + /BASEM1 + BASEM0)* (A23 + /BSMA19 + A21 + BSMA20 + BASEM1 + /BASEM0)* (A23 + /BSMA19 + /A21 + BSMA20 + BASEM1 + BASEM0)OE_4MN = (A23 + BSMA19 + /A21 + /BSMA20 + /BASEM1 + /BASEM0)* (A23 + /BSMA19 + A21 + BSMA20 + /BASEM1 + BASEM0)* (A23 + /BSMA19 + A21 + /BSMA20 + BASEM1 + /BASEM0)* (A23 + /BSMA19 + /A21 + /BSMA20 + BASEM1 + BASEM0)OE_6MN = (A23 + /BSMA19 + A21 + BSMA20 + /BASEM1 + /BASEM0)* (A23 + /BSMA19 + A21 + /BSMA20 + /BASEM1 + BASEM0)* (A23 + /BSMA19 + /A21 + BSMA20 + BASEM1 + /BASEM0)* (/A23 + BSMA19 + A21 + BSMA20 + BASEM1 + BASEM0)OE_8MN = (A23 + /BSMA19 + A21 + /BSMA20 + /BASEM1 + /BASEM0)* (A23 + /BSMA19 + /A21 + BSMA20 + /BASEM1 + BASEM0)* (A23 + /BSMA19 + /A21 + /BSMA20 + BASEM1 + /BASEM0)* (/A23 + BSMA19 + A21 + /BSMA20 + BASEM1 + BASEM0)