Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21592 Discussions

VHDL code to Block for Schematics

Altera_Forum
Honored Contributor II
1,670 Views

Hi! 

This is my first post. 

I use Altera Quartus II and I have a question. 

It is possible to write a VHDL behavioral and use this VHDL code as "block" in schematic mode? 

It is possible interconnect many modules written in VHDL in graphics mode in schematic editor?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
904 Views

Yes. You can create a schematic from a VHDL file from the file menu. But be aware there are limits to the types you can use in the port definitiion.

0 Kudos
Altera_Forum
Honored Contributor II
904 Views

What is the procedure? And what are the limitations? I only use std_logic and std_logic_vector ...

0 Kudos
Altera_Forum
Honored Contributor II
904 Views

1. Open Project 

2. Open VHDL source file 

3. Under File -> Crate / Update -> Create Symbol Files for Current File 

 

I always use STD_LOGIC and STD_LOGIC_VECTOR.
0 Kudos
Reply