-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated code canot be compiled with VHDL 93 only tools. #1
Comments
When definition of memory_reg component is changed to use std_logic_vector without
|
Hi, your patch was applied to "memory_reg.vhd" template. Now it should be supported by non-VHDL2008 |
This is problem because basic level of Intel Quartus provides only partial support for VHDL 2008.
Full support is available only in paid PRO tools. Xilinx Vivado (as of 2018 version) supports
required features of VHDL 2008 but wne code is used in component then VHDL 2008
attribute cannot be passed from IP Package Editor to main project.
File templates/memory_reg.vhd causes nex error in Quartus
The text was updated successfully, but these errors were encountered: