Changeset 10047 for firmware/FTU/ftu_definitions.vhd
- Timestamp:
- 10/29/10 13:43:30 (16 years ago)
- File:
-
- 1 edited
-
firmware/FTU/ftu_definitions.vhd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTU/ftu_definitions.vhd
r10037 r10047 78 78 --communication with FTM 79 79 constant RS485_BAUD_RATE : integer := 250000; -- bits / sec in our case 80 constant RS485_TIMEOUT : integer := (INT_CLK_FREQUENCY * 2) / 1000; -- 2ms @ 50MHz (100000 clk periods) 80 81 constant RS485_BLOCK_WIDTH : integer := 224; -- 28 byte protocol 81 82 constant RS485_START_DELIM : std_logic_vector(7 downto 0) := "01000000"; -- start delimiter
Note:
See TracChangeset
for help on using the changeset viewer.
