This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

palasm4 from AMD

For the evaluation board MCBx51, a GAL is used to do some combinatorial logic.

I could read somewhere that palasm4 of AMD has been used to 'compile' this.

A search on the internet gave me the idea that this is a very old compiler (can I say it like this?). It looks like it's an "early 90's" program (I saw many times release 1.5a from '92).
However, I couldn't find the program itself.

Does anyone know if that still can be downloaded somewhere and if some info is available?

Reason for asking: I want to understand a bit the programming syntax of such device and try to experiment with it.

Best rgds,

--Geert

Parents
  • I use the Lattice package but it's not freeware.

    I used (C)PLDs till a year or so ago, I used Lattice software and never paid a dime. I do believe that there are some "enhancements" (which I did not need using thousands of macrocells) they charge for.

    However the event of
    SILabs 8 port devices and
    sub $1 LPC devices

    has made me totally abandon the (C)PLDs and use uC clusters instead. You can make such beautiful code separation when one job one processor is enforced.

    Erik

Reply
  • I use the Lattice package but it's not freeware.

    I used (C)PLDs till a year or so ago, I used Lattice software and never paid a dime. I do believe that there are some "enhancements" (which I did not need using thousands of macrocells) they charge for.

    However the event of
    SILabs 8 port devices and
    sub $1 LPC devices

    has made me totally abandon the (C)PLDs and use uC clusters instead. You can make such beautiful code separation when one job one processor is enforced.

    Erik

Children