Чем в VHDL отличаются процессы process(A,B), process(B,C), process(A)? - вопрос №3119136

Даны сигналы:
A <= '1' after 20 ns, '0' after 40 ns, '1' after 90 ns, '0' after 110 ns, '1' after 140 ns, '0' after 170 ns, '1' after 210 ns, '0' after 230 ns;
B <= '1' after 25 ns, '0' after 45 ns, '1' after 80 ns, '0' after 100 ns, '1' after 150 ns, '0' after 180 ns, '1' after 200 ns, '0' after 240 ns;
C <= '1' after 10 ns, '0' after 30 ns, '1' after 35 ns, '0' after 60 ns, '1' after 95 ns, '0' after 120 ns, '1' after 160 ns, '0' after 190 ns, '1' after 195 ns, '0' after 220 ns;

И процессы:
pr1: process(A,C)
begin
y1 <= A and B and C;
end process pr1;

pr2: process(B,C)
begin
y2 <= A and B and C;
end process pr2;

pr3: process(A)
begin
y3 <= A and B and C;
end process pr3;

По какому правилу будет получен результат?
Ответов пока нет

Глеб Черняк

Сейчас на сайте
Читать ответы
Посмотреть всех экспертов из раздела Технологии > Тестирование
Пользуйтесь нашим приложением Доступно на Google Play Загрузите в App Store