Skip to content

Generates a valid fpga_core hardware description based on input fpga_top.v

Notifications You must be signed in to change notification settings

coleblackman/FPGA_core_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

FPGA Core Generator

Generates a valid fpga_core hardware description based on input fpga_top.v

To run this script, you need an fpga_top.v somewhere on your filesystem.

Simply clone the repo and run

python3.8 core_gen.py from the FPGA_core_generator directory. The script will prompt for the desired fpga_top.v path.

If using as part of another script or simply for convenience, core_gen.py also accepts fpga_top.v as a command line argument:

python3.8 core_gen.py /path/to/fpga_top.v

If there already exists an fpga_core.v in the target (core) directory, you will be prompted to overwrite it

About

Generates a valid fpga_core hardware description based on input fpga_top.v

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages