- Timestamp:
- 03/21/11 15:07:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r10248 r10249 36 36 use IEEE.STD_LOGIC_ARITH.ALL; 37 37 use IEEE.STD_LOGIC_UNSIGNED.ALL; 38 --use IEEE.NUMERIC_STD.ALL;38 use IEEE.NUMERIC_STD.ALL; 39 39 40 40 package ftm_array_types is … … 322 322 -- Timing counter 323 323 constant tc_width : integer := 48; -- width (number of bits) of timing counter 324 -- constant zero : unsigned (tc_width - 1 downto 0) := 0;325 -- constant zero : unsigned := 0; 324 constant zero : unsigned (tc_width - 1 downto 0) := (others => '0'); 325 326 326 327 327
Note:
See TracChangeset
for help on using the changeset viewer.