• ESPRESSO logic minimization : Any option to define default value in PLA

    From Deepa N Sarma@21:1/5 to All on Mon Jun 1 03:14:26 2020
    I have been using espresso (from website https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/espresso/) for my project .I have some queries regarding pla input file for espresso.I have the details of my query below

    Is their any value to specify a default value for a function in a pla input file for espresso

    For eg: in case of pla below,instead of listing out the entire truth-table, Can I define default value as one for all cases except(0000 and 0001) so that I need not list all the cases

          -----------------------------
          .i 4
          .o 2
          0000  10
          0001  10
          0010  01
          0011  01
          0100  01
          0101  01
          0110  01
          0111  01
          1000 01
          1001 01
          1010 01
          1011 01
          1100 01
          1101 01
          1110 01
          1111 01
          .e
          ----------------------------

     

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Deepa N Sarma@21:1/5 to Deepa N Sarma on Mon Jun 1 03:17:18 2020
    On Monday, June 1, 2020 at 3:44:27 PM UTC+5:30, Deepa N Sarma wrote:
    I have been using espresso (from website https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/espresso/) for my project .I have some queries regarding pla input file for espresso.I have the details of my query below

    Is their any value to specify a default value for a function in a pla input file for espresso

    For eg: in case of pla below,instead of listing out the entire truth-table, Can I define default value as one for all cases except(0000 and 0001) so that I need not list all the cases

          -----------------------------
          .i 4
          .o 2
          0000  10
          0001  10
          0010  01
          0011  01
          0100  01
          0101  01
          0110  01
          0111  01
          1000 01
          1001 01
          1010 01
          1011 01
          1100 01
          1101 01
          1110 01
          1111 01
          .e
          ----------------------------

     

    Sorry for typo:Any option to specify default value in pla input file format

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)