npl1, npl2: add

master
Robert Jördens 2019-08-01 16:14:46 +00:00
parent 8b23425faf
commit a3c971f006
2 changed files with 95 additions and 0 deletions

51
npl1.json Normal file
View File

@ -0,0 +1,51 @@
{
"target": "kasli",
"variant": "npl1",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.0.16.139",
"ext_ref_frequency": 100e6,
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "sampler",
"ports": [5, 6]
},
{
"type": "urukul",
"ports": [7, 8],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "urukul",
"ports": [9, 10],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "zotino",
"ports": [11]
}
]
}

44
npl2.json Normal file
View File

@ -0,0 +1,44 @@
{
"target": "kasli",
"variant": "npl2",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "10.0.16.138",
"ext_ref_frequency": 100e6,
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "urukul",
"ports": [7, 8],
"dds": "ad9912",
"clk_sel": 1,
"refclk": 100e6,
"pll_n": 10
},
{
"type": "zotino",
"ports": [11]
}
]
}