Solved
Forum Discussion
sstrell
Super Contributor
6 years agoDoes s_data even need to be in a clocked process? If s_data can be anything and it's only used when s_valid is valid, could you simply do:
s_data <= data;
or some type of conditional assignment to decide when s_data should be updated?
#iwork4intel