![]() |
|
|
|||||||
![]() |
VHDL - Error: VHDL Use Clause error at quartustest.vhd(6): design library "IEEE" does not contain primary unit "std_logic_textio" |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
use quartus 5.0
when compile a project, give this messege: Error: VHDL Use Clause error at quartustest.vhd(6): design library "IEEE" does not contain primary unit "std_logic_textio" how can i solve? feiyang |
|
|
|
|
#2 |
|
Posts: n/a
|
TEXTIO is intended for simulation alone, not for synthesis, since
Quartus is a synthesizer it doesn't like it. Why do you have that in your RTL file? Or may be you are passing your tetsbench file to Quartus? Regards Ajeetha, CVC www.noveldv.com feiyang wrote: > use quartus 5.0 > when compile a project, give this messege: > Error: VHDL Use Clause error at quartustest.vhd(6): design library "IEEE" > does not contain primary unit "std_logic_textio" > how can i solve? |
|