Compare commits
2 commits
d2a18e19e5
...
23f0ad777f
Author | SHA1 | Date | |
---|---|---|---|
23f0ad777f | |||
9246812236 |
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue