Menu

#6 Creating busses and modules in a dinamically way - libLCS

open
libLCS (1)
9
2015-12-19
2015-06-19
No

Hi, I'm working with your LCS library, which is very good, thank you for the job, but I would like to know if there's an opition to work with it in a dinamically way. For example:

  • instead of do Bus<2> a, b; do int b = 2; Bus< b> a, b; or do: string array[3]; bus<2> array[0], array[1], array[2], array[3];

The same should work to create modules. Is this possible in any way?

Related

Feature Requests: #6

Discussion

  • Siva Chandra

    Siva Chandra - 2015-12-19

    Hi,

    Sorry for the delay in my response. I do not actively work on this project so I am really slow.

    If this is still relevant, let me know and I can work on providing this feature for you. I did not understand you second example though.

    Thanks,
    Siva Chandra

     
    • Leonardo Alves

      Leonardo Alves - 2015-12-19

      Hi, thank you for replying me. I've already found the solution for this issue. And even I did some changes that include a little more features, and used in a project. You made a very good job. It's sad to see you didn't finished it.

      -----Mensagem Original-----
      De: "Siva Chandra" sivachandra@users.sf.net
      Enviada em: ‎18/‎12/‎2015 23:48
      Para: "[liblcs:feature-requests] " 6@feature-requests.liblcs.p.re.sf.net
      Assunto: [liblcs:feature-requests] #6 Creating busses and modules in adinamically way - libLCS

      Hi,
      Sorry for the delay in my response. I do not actively work on this project so I am really slow.
      If this is still relevant, let me know and I can work on providing this feature for you. I did not understand you second example though.
      Thanks,
      Siva Chandra

      [feature-requests:#6] Creating busses and modules in a dinamically way - libLCS
      Status: open
      Group: Next_Release_(example)
      Labels: libLCS
      Created: Fri Jun 19, 2015 01:08 PM UTC by Leonardo Alves
      Last Updated: Fri Jun 19, 2015 01:08 PM UTC
      Owner: Siva Chandra
      Hi, I'm working with your LCS library, which is very good, thank you for the job, but I would like to know if there's an opition to work with it in a dinamically way. For example:
      instead of do Bus<2> a, b; do int b = 2; Bus< b> a, b; or do: string array[3]; bus<2> array[0], array[1], array[2], array[3];
      The same should work to create modules. Is this possible in any way?

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/liblcs/feature-requests/6/
      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #6


Log in to post a comment.