Forum Discussion
emaferna
New Contributor
5 years agoSorry, I did a syntax error in the previus post: the architecture in the configuration is test1.
This error was made only in writing the post, not in the running vhdl code.
-------------------------------------------------------
configuration Tester of TestBench is
for test1
for gateTst1 : device1
use entity WORK.myAnd2(ex1)
port map (x => a, y => b, z => c);
end for;
end for;
end configuration Tester;
---------------------------------------------------------