Altera_Forum
Honored Contributor
18 years agoSynthesis of Nios II Processor
Whenever Quartus II is compiling the design, it reports back some interesting things about the Nios II processor:
warning (10335): unrecognized synthesis attribute "auto_dissolve" at std_1s40.vhd(63) - the line in question reads: attribute auto_dissolve of diag_port_uart_s1_arbitrator : entity is false; Another very peculiar message is this: info: elaborating entity "cpu_test_bench" for hierarchy "std_1s40:inst|cpu:the_cpu|cpu_test_bench:the_cpu_test_bench" Does the synthesis tool try to compile ALL VHDL files in the current directory, irregardless if the file is part of the design? The file is listed in the Files section in the Settings menu, but since I inherited this design, I have no idea if it's suppose to be listed or not. It seems to me that a TEST BENCH should never be listed as a design file, but since I'm still new at this, just thought I would ask the question.