25 lines
424 B
JSON
25 lines
424 B
JSON
{
|
|
"toolChain": "xilinx",
|
|
"prjName": {
|
|
"PL": "template"
|
|
},
|
|
"soc": {
|
|
"core": "none"
|
|
},
|
|
"enableShowLog": false,
|
|
"device": "none",
|
|
"arch": {
|
|
"hardware": {
|
|
"src": "./src",
|
|
"sim": "./sim"
|
|
}
|
|
},
|
|
"iverilogCompileOptions": {
|
|
"standard": "2012",
|
|
"includes": [
|
|
"${workspace}/src",
|
|
"${workspace}/src/Controller",
|
|
"${workspace}/src/DataPath"
|
|
]
|
|
}
|
|
} |