Forum Discussion

Hsidd4's avatar
Hsidd4
Icon for New Contributor rankNew Contributor
5 years ago

May I put a structural model inside the process

Hello everyone,

I have bunch of concurrent statement in different structure module and I need to run them in a sequence. Is there a way to do it.

Like I have multiple instantiation of different module. Most of them consist concurrent statement. I want these module to run one by one. I am using VHDL ( It solution should be implementable on FPGA )

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    It's not clear what you're looking for. Can you post some code?

    The closest I can guess from your description is the use of the generate command to control the instantiation of entities.

    #iwork4intel