Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUmm, for example, doesn't this create a latch?
WITH current_state select
Data_from_ram<= DataIO WHEN r2,
Data_from_ram WHEN OTHERS; And I clearly see it in the rtl. And why are latches bad? I guess I could change this to use reg and mux :/