Changeset 9890 for firmware/FTU/ftu_definitions.vhd
- Timestamp:
- 08/24/10 13:39:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTU/ftu_definitions.vhd
r9880 r9890 57 57 --internal FPGA clock frequency and rate counter frequency 58 58 constant INT_CLK_FREQUENCY : integer := 50000000; -- 50MHz 59 constant COUNTER_FREQUENCY : integer := 1000000; -- 1MHZ, has to be smaller than INT_CLK_FREQUENCY 59 constant COUNTER_FREQUENCY : integer := 1000000; -- has to be smaller than INT_CLK_FREQUENCY 60 constant CNTR_FREQ_DIVIDER : integer := 500000; 60 61 61 62 --32byte dual-port RAM, port A: 8byte, port B: 16byte
Note:
See TracChangeset
for help on using the changeset viewer.