Skip to content

Mystery-Ducks/vivado_timing_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Vivado Timing Generator

A simple python script to generate timing code for simulations in Vivado FPGA simluation software.
The output is in the format:

'0', '1' after 100ns, '0' after 200ns, '1' after 300ns;

This format is used for the VHDL language.

This was written for Python2.7 because I have no idea what I'm doing, however a version check has been implemented and it now runs on python3.

Tested working on the following python versions:

  • 3.11.4
  • 2.7.18.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages