J
Joseph
Hi all,
I am implementing a serial protocol and I am saving the data and
status bits in 4, 8 bit registers. I have declared an array of 4,
std_logic_vectors 8 bits long using a type.
Now I need an alias for a single bit in the array, example ACK = bit 0
of register 2.
What is the correct syntax to declare it?
I have another question. I have testing out Xilinx ISE and Synplify.
Does each software has its own quirks when writing synthesizable VHDL?
I think the best option is to choose a product and stick with it?
Thanks very much,
Regards,
Joseph
I am implementing a serial protocol and I am saving the data and
status bits in 4, 8 bit registers. I have declared an array of 4,
std_logic_vectors 8 bits long using a type.
Now I need an alias for a single bit in the array, example ACK = bit 0
of register 2.
What is the correct syntax to declare it?
I have another question. I have testing out Xilinx ISE and Synplify.
Does each software has its own quirks when writing synthesizable VHDL?
I think the best option is to choose a product and stick with it?
Thanks very much,
Regards,
Joseph