ajrox
Newbie level 6
- Joined
- Nov 26, 2013
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 110
i'm writing a vhdl code for modbus protocol.
crc calculations for a frame in modbus involve many arithmetic and logical operations.
most of the calculations require immediate operations on the same object.
i've used variables for this purpose and the simulation works to fine.
however is it appropriate to use variables for actual hardware instead of signals?
crc calculations for a frame in modbus involve many arithmetic and logical operations.
most of the calculations require immediate operations on the same object.
i've used variables for this purpose and the simulation works to fine.
however is it appropriate to use variables for actual hardware instead of signals?