Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHow to ensure multiplexer priority levels coded in VHDL
Hi, How to ensure a value "CAFE" on the register Reg_In with the RTL code:Reg_In <= X"CAFE" when A = '1' else In_1 when K = '1 else In_2 when L...
Altera_Forum
Honored Contributor
8 years agoDuring synthesis and fitting the whole design is taken into account.
This results in the behavior: "The low Reg_In byte is always set to "FE", the high byte is not set to "CA" sometimes." The question is: how can this be avoided? In VHDL or with other options in Quartus?