Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAXI read channel - signal rlast "missing"
Hi, I try to get familiar with the AXI protocol. Therefore, I extended an example Design that comes along my EBV SoCrates Board (Lab1_solution). I use Quartus II Subscription Edition V13.1 unde...
Altera_Forum
Honored Contributor
12 years agoIf you want to prevent nets from being optimized away you can try this (I copied this from the VHDL templates in Quartus II):
-- Prevents Quartus II from minimizing or removing a particular -- signal net during combinational logic optimization. Apply -- the attribute to a net or variable declaration. attribute keep : boolean; attribute keep of <object> : <object_class> is true; Unfortunately I don't remember VHDL well enough to know how that code is supposed to behave. The lack of a defined reset condition is throwing me off.