euro4u
Newbie level 3
- Joined
- Jun 18, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 29
Code VHDL - [expand] 1
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Code VHDL - [expand] 1
Oh you want to use your top module as a function & use it in some other file.Maybe you want to do it the way they do it with library files.
you can create a new file & in that new file you declare the function & type in the body as you would normally do in a function declaration,
i have a program which is having many levels.12 levels.now i want to use the program as a function.now how can i convert a normal program to a function.my program contains lot of portmapping.so how can i realise the function??.i searched for the examples in net.but nothing is there