Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17241 Discussions

Defining Symbol-File in VHDL. Is this possible?

Altera_Forum
Honored Contributor II
1,589 Views

Hi, 

 

I'm just curious, is there a way to describe how Quartus should create a Symbol-File in VHDL? :confused: 

 

My intention is to tell the "Symbol-File-Generator" that for example an Input has to be placed on the right side of the generated Symbol. 

Are there some (Altera specific) codes for something like that? 

 

I know that I can do it with the Symbol-Editor, but I suppose the made changes will be lost if I create the Symbol again (because I have added/removed some ports). (Besides: my Symbol-Editor crashes often and takes whole Quartus down! By now I never closed it the normal way ;)) 

 

Thanks 

Steffen
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
838 Views

No idea? No one?

0 Kudos
Altera_Forum
Honored Contributor II
838 Views

I don't see what VHDL should do for the definition of symbol file details, e.g. the layout port. bsf files are text files, so you are free to generate them e.g. by a tcl or java script. You can even define some special VHDL comments or private attributes that are read by the script and used to place the symbol ports.

0 Kudos
Altera_Forum
Honored Contributor II
838 Views

 

--- Quote Start ---  

You can even define some special VHDL comments or private attributes that are read by the script and used to place the symbol ports. 

--- Quote End ---  

 

 

I think that's what I had in mind. But I have no clue how to do it.
0 Kudos
Reply