Skip to content
Snippets Groups Projects
Manifest.py 298 B
Newer Older
action = "simulation"
sim_tool = "ghdl"
top_module = "sf2_test"

files = ['uart.vhd', 'urv.vhd', '../../top/sf2-test/sf2_test.vhd']

#

modules = {
    'local': ['../../rtl'],
    "git": [
        "git://ohwr.org/project/general-cores.git",
        "git://ohwr.org/project/urv-core.git",
    ],
}