UNPKG

teroshdl

Version:

Backend for terosHDL IDE

31 lines (30 loc) 557 B
{ "src": [ "./exampleRunpy_1.vhd" ], "tb": [ "./tbVhdlVunitRunpy.vhd" ], "lang": "vhdl", "config": { "name": "test_1", "output_path": "./", "checks": false, "simulator_suport": { "ghdl" : { "enable" : true, "config" : { "synopsys_libraries" : true, "disable_ieee_warnings" : false, "code_coverage" : { "enable" : false, "output_path": "./coverage" } } }, "modelsim" : { "enable" : false } } } }