Difference between revisions of "Warren Parsons Log Book"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=VHDL files for v1495= | =VHDL files for v1495= | ||
+ | ;GEMReadout.vhd | ||
+ | : | ||
+ | ;GEMReadout_tb.vhd | ||
+ | : | ||
+ | ;GEMRxChannel.vhd | ||
+ | : | ||
;GEMRxEventDataFIFO.vhd | ;GEMRxEventDataFIFO.vhd | ||
: a routine controlling the FIFO | : a routine controlling the FIFO | ||
;GEMRxEventSizeFIFO.vhd | ;GEMRxEventSizeFIFO.vhd | ||
: Defines the Event size and structure | : Defines the Event size and structure | ||
+ | ;GEMTxChannel.vhd | ||
+ | : | ||
+ | ;PLLVBlock.vhd | ||
+ | : | ||
+ | ;spare_if_rtl.vhd | ||
+ | : | ||
;tristate_if_trl.vhd | ;tristate_if_trl.vhd | ||
: | : | ||
Line 14: | Line 26: | ||
;v1495usr_hal.vhd | ;v1495usr_hal.vhd | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
: | : | ||
Revision as of 01:04, 15 May 2009
This tracks My Daily Progress developing the VFAT readout
VHDL files for v1495
- GEMReadout.vhd
- GEMReadout_tb.vhd
- GEMRxChannel.vhd
- GEMRxEventDataFIFO.vhd
- a routine controlling the FIFO
- GEMRxEventSizeFIFO.vhd
- Defines the Event size and structure
- GEMTxChannel.vhd
- PLLVBlock.vhd
- spare_if_rtl.vhd
- tristate_if_trl.vhd
- v1495usr.vhd
- v1495usr_pkg.vhd
- v1495usr_hal.vhd
5/14/09
Firmware
Today we started looking at the VHDL firmware programs from Ben Raydo at JLab. Our goal: To determine what the general description of the firmware program is and determine an outline of its functionality.
Quartus II
Quartus II has a fairly good tutorial for usage. My goal is to complete this tutorial by the end of the week.
I also started to familiarize myself with the VHDL programming language.