Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.6 KB

VT System User FPGA examples

This repository contains examples for users of our VT System FPGA modules.

This repository includes multiple VHDL files for different tasks. These blocks can be included in custom projects. Each block is described in the appropriate README file.

The projects folder (table below) includes the VHDL files necessary for the project.

The CANoe demos folder (table below) includes a CANoe demo and additional VHDL files used to integrate the source files into the demo.

Projects

Name Current Version Date Projects CANoe Demos Infos
Common Source Files 1.0 2024-07-09 Project -
Full PWM 1.0 2024-08-16 - VT2848 uses all 48 channels for PWM output & measurement
Incremental Encoder 1.0 2025-01-07 Project VT2848
Measurement 1.0 2024-07-26 Project VT5838
Phase Accumulator 1.0 2024-07-12 Project VT5838
RAM Two Port 1.0 2024-07-09 Project VT5838

Issues

Bugs, glitches, notes and requests can be specified under Issues.

Changelog

Version 1.1 (2025-01-07)

  • added 'Incremental Encoder' (project & demo)
  • added .qip files to the 'Projects' folders

Version 1.0 (2024-09-19)

  • creation