- Nov 13, 2024
-
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
-
- May 21, 2024
-
-
BRONES Romain authored
-
BRONES Romain authored
Static numbering offset for the FA sequence.
- Feb 23, 2024
-
-
BRONES Romain authored
* Remove pkg_bpmpacket_stream * now be explicit on fields inside tdata
-
- Feb 02, 2024
-
-
BRONES Romain authored
-
- Jan 04, 2024
-
-
BRONES Romain authored
* Remove check on dummy and reserved field on the frame. Frame is OK only of SOP EOP and CRC OK * When soft reset is set, TVALID stays at zero. Not more packet output on AXIS
-
- Dec 14, 2023
-
-
BRONES Romain authored
* Wrong mapping, the _w value was used...
-
BRONES Romain authored
* There were pulses, broken when added a CDC because the pulse was to short * Change of behavior, It is now sticky flags. The register is in the inner clock domain, to the CDC handshake is simplier.
-
- Nov 02, 2023
-
-
BRONES Romain authored
* A CDC is now used for PPS input. Fixes double PPS trig and hence rate seen as 0 !! This implies that the PPS signal is at least 2 inner clock cycle long * Break sw R/RW registers, for OPCUA/ChimeraTK compatibility
-
- Oct 25, 2023
-
-
BRONES Romain authored
* This also reverts commit abcd6a7c. * Destination logic is on the inner clock domain. * !! This implies that the PPS signal is at least 2 inner clock cycle long. * update reg doc
-
- Oct 23, 2023
-
-
BRONES Romain authored
* Sometimes 0 were read on the AXI interface. Hopefully this fixes this.
-
BRONES Romain authored
* Break sw R/RW registers, for OPCUA/ChimeraTK compatibility * No behavioral change
-
- Mar 22, 2023
-
-
BRONES Romain authored
* Table is now properly aligned * Remove legacy tready (not used)
-
- Mar 21, 2023
-
-
BRONES Romain authored
* Also change the name of the table. * DESYRDL right shift the address by 2 before passing it to the memory. This is equivalent of having element of 32bits.
-
- Mar 17, 2023
-
-
BRONES Romain authored
* Remove undriven logic in protocol decoder.
-
- Mar 09, 2023
-
-
BRONES Romain authored
* Packet filter is now insed the module * AXI-MM on its dedicated clock, CDC inside module
-
BRONES Romain authored
* Update doc with recent changes (Clock, filter) * Module ID is now hardcoded in RDL
-
- Feb 06, 2023
-
-
BRONES Romain authored
Change the project to make it a proper FWK module.
-
- Feb 02, 2023
-
-
BRONES Romain authored
* Or else DESYRDL gives only 9 bits to the decoder, which collides with the 8 bits address of the table (counted from the 2nd lesser bit)
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
* Packet filter now uses DESYLIB true dual port RAM. * Add a packet filter before the module output. * Add packet filter as external memory in rdl.
-
- Feb 01, 2023
-
-
BRONES Romain authored
* One clock domain for AXI-MM * One for COM BPM logic * Xilinx CDC in between (control and status registers). * Also move component declaration in a package
-
- Oct 05, 2022
-
-
BRONES Romain authored
* Add a README proxy to doc/main.adoc * Include adoc generated by desyrdl for the register map. * Frame counters and rates were not linked to the addrmap. Fix that. * Add description for registers and fields in RDL
-
- Oct 04, 2022
-
-
BRONES Romain authored
* Change the naming in the package and HDL. * Complete and correct the doc.
-
- Sep 07, 2022
-
-
BRONES Romain authored
-
- Aug 24, 2022
-
-
BRONES Romain authored
* Also remove the ID field
-
BRONES Romain authored
* Use project properties for FPGA part * Add packet filter to module * Use packet version
-
BRONES Romain authored
* It does not use it
-
- Aug 18, 2022
-
-
BRONES Romain authored
-
- Aug 17, 2022
-
-
BRONES Romain authored
* Update documentation * Top level uses bpmframe stream package * Remove unused files (quad common will be moved in application) * Capitalization killer for RDL file ;) * Change package version name, decomment the C_ID and C_Version for the AXI-MM registers.
-
BRONES Romain authored
-
BRONES Romain authored
* Remove GT interface ready input: useless
-
BRONES Romain authored
-
BRONES Romain authored
-
- Aug 16, 2022
-
-
BRONES Romain authored
-
- Jun 22, 2022
-
-
BRONES Romain authored
* Allow the possibility of counting above 65535
-