Compare commits

..

2 commits

Author SHA1 Message Date
d2a18e19e5 fix: work around ghdl memory inference 2022-06-20 12:01:50 +02:00
c47f81c504 fix: work around ghdl#2078 2022-06-20 12:01:50 +02:00

View file

@ -184,7 +184,6 @@ begin
-- workaround for ghdl#2078 -- workaround for ghdl#2078
if reset = '0' and udp_valid = '1' and receive_state = DATA then if reset = '0' and udp_valid = '1' and receive_state = DATA then
-- workaround for ghdl#2102
for i in 0 to NUM_STRANDS-1 loop for i in 0 to NUM_STRANDS-1 loop
if i = active_strand then if i = active_strand then
if input_bank = BANK_A then if input_bank = BANK_A then