Changeset 10243 for firmware/FTM/ftm_definitions.vhd
- Timestamp:
- 03/14/11 10:02:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r10239 r10243 303 303 -- Timing counter 304 304 constant tc_width : integer := 32; -- width (number of bits) of timing counter 305 305 constant zero : unsigned (tc_width - 1 downto 0) := (others => '0'); 306 306 307 307 end ftm_constants;
Note:
See TracChangeset
for help on using the changeset viewer.